aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-06 15:44:52 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-06 15:44:52 +0000
commite4eda4831179d9ef3f92f5116c0e2e211c18d847 (patch)
tree380fddb88eedc8eba3c7dd553d8a439f43f105bf
parentb5ff117588e350757c250acc9c3db2cb4a7bc263 (diff)
downloadupstream-e4eda4831179d9ef3f92f5116c0e2e211c18d847.tar.gz
upstream-e4eda4831179d9ef3f92f5116c0e2e211c18d847.tar.bz2
upstream-e4eda4831179d9ef3f92f5116c0e2e211c18d847.zip
fix wrong ulogd plugins build dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2352 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 6ca65ccecd5..1165f757610 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -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