From: nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> Date: Sun, 6 Nov 2005 15:44:52 +0000 (+0000) Subject: fix wrong ulogd plugins build dependencies X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/cb5895ae1a734284022b1cbaf7094a0ac56e1106 fix wrong ulogd plugins build dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2352 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 6ca65ccec..1165f7576 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