summaryrefslogtreecommitdiffstats
path: root/openwrt/package/depend.mk
diff options
context:
space:
mode:
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 043e637d6..f2d20415e 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