mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-29 18:07:31 +02:00
fix wrong ulogd plugins build dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2352 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3caf5b5e9
commit
cb5895ae1a
@ -427,10 +427,10 @@ snort-compile: iptables-compile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ulogd-compile: iptables-compile
|
ulogd-compile: iptables-compile
|
||||||
ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),)
|
ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),)
|
||||||
ulogd-compile: mysql-compile
|
ulogd-compile: mysql-compile
|
||||||
endif
|
endif
|
||||||
ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),)
|
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
|
||||||
ulogd-compile: postgresql-compile
|
ulogd-compile: postgresql-compile
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user