summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-21 01:38:47 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-21 01:38:47 +0000
commitaab3bb7f72997e5739305571a2161994e3cc8cd3 (patch)
treea85d5117c715dcaab6ac63774b648e6788a09400
parent311f0aee1ca358ec2596430d9789bb9a70c03152 (diff)
downloadmtk-20170518-aab3bb7f72997e5739305571a2161994e3cc8cd3.zip
mtk-20170518-aab3bb7f72997e5739305571a2161994e3cc8cd3.tar.gz
mtk-20170518-aab3bb7f72997e5739305571a2161994e3cc8cd3.tar.bz2
Add missing ulogd dependencies
SVN-Revision: 999
-rw-r--r--openwrt/package/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index e360e86..e8a2a91 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