fix wrong ulogd plugins build dependencies
authorNicolas Thill <nico@openwrt.org>
Sun, 6 Nov 2005 15:44:52 +0000 (15:44 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 6 Nov 2005 15:44:52 +0000 (15:44 +0000)
SVN-Revision: 2352

openwrt/package/Makefile

index 6ca65ccecd5633e3f98409cc61d79a626a23de80..1165f757610298119059bfea3ccecd5c9037ca27 100644 (file)
@@ -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