fix wrong ulogd plugins build dependencies
[openwrt.git] / 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
 
This page took 0.019436 seconds and 4 git commands to generate.