Enable mod-ulogd-pcap build
[openwrt/svn-archive/archive.git] / openwrt / package / depend.mk
index 043e637d6070e6ecc0a3dfddcaf2575c4e8c29ab..f2d20415e35dce617b56c336df44a2b237b46060 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: pcap-compile
+endif
 ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
 ulogd-compile: postgresql-compile
 endif