projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix wrong ulogd plugins build dependencies
[openwrt.git]
/
openwrt
/
package
/
Makefile
diff --git
a/openwrt/package/Makefile
b/openwrt/package/Makefile
index
6ca65cc
..
1165f75
100644
(file)
--- a/
openwrt/package/Makefile
+++ b/
openwrt/package/Makefile
@@
-427,10
+427,10
@@
snort-compile: iptables-compile
endif
ulogd-compile: iptables-compile
endif
ulogd-compile: iptables-compile
-ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),)
+ifneq ($(BR2_PACKAGE_ULOGD_M
OD_M
YSQL),)
ulogd-compile: mysql-compile
endif
ulogd-compile: mysql-compile
endif
-ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),)
+ifneq ($(BR2_PACKAGE_ULOGD_
MOD_
PGSQL),)
ulogd-compile: postgresql-compile
endif
ulogd-compile: postgresql-compile
endif
This page took
0.022008 seconds
and
4
git commands to generate.