1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

fix wrong ulogd plugins build dependencies

SVN-Revision: 2352
This commit is contained in:
Nicolas Thill 2005-11-06 15:44:52 +00:00
parent bd6a5f9820
commit 2cff1fb8c9

@ -427,10 +427,10 @@ snort-compile: iptables-compile
endif
ulogd-compile: iptables-compile
ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),)
ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),)
ulogd-compile: mysql-compile
endif
ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),)
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
ulogd-compile: postgresql-compile
endif