diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk index f2d20415e..5b1d9d7c1 100644 --- a/openwrt/package/depend.mk +++ b/openwrt/package/depend.mk @@ -274,7 +274,7 @@ ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),) ulogd-compile: mysql-compile endif ifneq ($(BR2_PACKAGE_ULOGD_MOD_PCAP),) -ulogd-compile: pcap-compile +ulogd-compile: libpcap-compile endif ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),) ulogd-compile: postgresql-compile