mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
libpcap: disable some autodetected features to avoid extra dependencies and bloat
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39504
This commit is contained in:
parent
c666dcfe08
commit
5a57185ea1
@ -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 += \
|
||||
|
Loading…
Reference in New Issue
Block a user