X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f1f21f8cef03d3df90454231ead06e7aefedb69d..00da8e2f5b4b92a7ca7272710856c72ce40386a2:/package/libpcap/Makefile?ds=inline diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index bc6417d0e..eef5ff064 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -40,6 +40,7 @@ define Package/libpcap/config bool "Include bluetooth support" depends PACKAGE_libpcap depends PACKAGE_kmod-bluetooth + depends BROKEN default n endef @@ -62,6 +63,7 @@ define Build/Compile $(if $(CONFIG_PCAP_HAS_USB),,$(SED) '/^#define PCAP_SUPPORT_USB/D' $(PKG_BUILD_DIR)/config.h) $(if $(CONFIG_PCAP_HAS_USB),,$(SED) 's/pcap-usb-linux.c *//' $(PKG_BUILD_DIR)/Makefile) $(if $(CONFIG_PCAP_HAS_BT),,$(SED) '/^#define PCAP_SUPPORT_BT/D' $(PKG_BUILD_DIR)/config.h) + $(if $(CONFIG_PCAP_HAS_BT),,$(SED) 's/pcap-bt-linux.c *//' $(PKG_BUILD_DIR)/Makefile) $(MAKE) -C $(PKG_BUILD_DIR) \ CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include" \ DESTDIR="$(PKG_INSTALL_DIR)" \