libpcap: remove unrecognized canusb option
canusb has been removed since version 1.8.1 and
93ca5ff703
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
89145e6422
commit
9a36851f70
@ -38,13 +38,6 @@ else
|
||||
LIBPCAP_CONF_OPTS += --disable-dbus
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
||||
LIBPCAP_CONF_OPTS += --enable-canusb
|
||||
LIBPCAP_DEPENDENCIES += libusb
|
||||
else
|
||||
LIBPCAP_CONF_OPTS += --disable-canusb
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBNL),y)
|
||||
LIBPCAP_DEPENDENCIES += libnl
|
||||
LIBPCAP_CFLAGS += "-I$(STAGING_DIR)/usr/include/libnl3"
|
||||
|
Loading…
Reference in New Issue
Block a user