fix squid build, standardize, add ipkg/conffiles.
[openwrt.git] / openwrt / package / depend.mk
index 043e637..5b1d9d7 100644 (file)
@@ -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: libpcap-compile
+endif
 ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
 ulogd-compile: postgresql-compile
 endif
This page took 0.021492 seconds and 4 git commands to generate.