From 2cff1fb8c9d5a876bbce70dd01564ff4e8bcccfb Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 6 Nov 2005 15:44:52 +0000 Subject: [PATCH] fix wrong ulogd plugins build dependencies SVN-Revision: 2352 --- openwrt/package/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 6ca65ccecd..1165f75761 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 -- 2.25.1