libpcap: disable some autodetected features to avoid extra dependencies and bloat

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39504
v19.07.3_mercusys_ac12_duma
Felix Fietkau 11 years ago
parent c666dcfe08
commit 5a57185ea1

@ -59,7 +59,11 @@ CONFIGURE_ARGS += \
--without-septel \ --without-septel \
--without-dag \ --without-dag \
--without-libnl \ --without-libnl \
--disable-can --without-snf \
--disable-can \
--disable-canusb \
--disable-dbus \
--disable-bluetooth
ifeq ($(CONFIG_IPV6),y) ifeq ($(CONFIG_IPV6),y)
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \

Loading…
Cancel
Save