diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 15:44:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 15:44:52 +0000 |
commit | 62cedc848eea18b60092f16f63c8c6f0740570c8 (patch) | |
tree | a4a2e5871c80585bc2da1d95e11d4ab80c7d8ac4 /package | |
parent | 8dcfd87c34e16d9fe58667757d1ce6e6826fbe1b (diff) | |
download | upstream-62cedc848eea18b60092f16f63c8c6f0740570c8.tar.gz upstream-62cedc848eea18b60092f16f63c8c6f0740570c8.tar.bz2 upstream-62cedc848eea18b60092f16f63c8c6f0740570c8.zip |
fix wrong ulogd plugins build dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2352 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/Makefile b/package/Makefile index 6ca65ccecd..1165f75761 100644 --- a/package/Makefile +++ b/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 |