From 4144e9eacff67d570fd99e4e878e82595e0615f9 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 21 May 2005 01:38:47 +0000 Subject: [PATCH] Add missing ulogd dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@999 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index e360e8685..e8a2a914e 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -166,6 +166,14 @@ ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y) snort-compile: iptables-compile endif +ulogd-compile: iptables-compile +ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),) +ulogd-compile: mysql-compile +endif +ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),) +ulogd-compile: postgresql-compile +endif + sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install $(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install -- 2.20.1