fix wrong ulogd plugins build dependencies
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Nov 2005 15:44:52 +0000 (15:44 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Nov 2005 15:44:52 +0000 (15:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2352 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/Makefile

index 6ca65cc..1165f75 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