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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39504 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2014-02-06 12:40:28 +00:00
parent c5bc6da55e
commit 5ec37e67f0
1 changed files with 5 additions and 1 deletions

View File

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