X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/97ab85558cf2357af8caf074594a348c188ea26f..de4ed9672b2244938b009d45fcb6b6e92276283d:/openwrt/package/depend.mk diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk index 043e637d6..5b1d9d7c1 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: libpcap-compile +endif ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),) ulogd-compile: postgresql-compile endif