summaryrefslogtreecommitdiff
path: root/openwrt/package/depend.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-19 10:07:20 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-19 10:07:20 +0000
commit7a406765bb98f52dfa28210ef6d5434f71da5e6b (patch)
tree5c8e57271f4cbd3d25ee18b85b646aaf4fcef093 /openwrt/package/depend.mk
parent96ccc827e88fc7cc58b596d8c9a77560ed6664d3 (diff)
Enable mod-ulogd-pcap build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3671 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/depend.mk')
-rw-r--r--openwrt/package/depend.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk
index 043e637d60..f2d20415e3 100644
--- a/openwrt/package/depend.mk
+++ b/openwrt/package/depend.mk
@@ -273,6 +273,9 @@ ulogd-compile: iptables-compile
ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),)
ulogd-compile: mysql-compile
endif
+ifneq ($(BR2_PACKAGE_ULOGD_MOD_PCAP),)
+ulogd-compile: pcap-compile
+endif
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
ulogd-compile: postgresql-compile
endif