aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-01-09 15:54:19 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2017-01-10 13:01:26 +0100
commitc687a70fdf7fbc97ecb6da1f72516cca98bbfb47 (patch)
tree3580772f585dea59a4f03ce9c80b289f1bcaf62c /package
parentcc66f819b4e778732a32f08f5dc39a2554682b73 (diff)
downloadupstream-c687a70fdf7fbc97ecb6da1f72516cca98bbfb47.tar.gz
upstream-c687a70fdf7fbc97ecb6da1f72516cca98bbfb47.tar.bz2
upstream-c687a70fdf7fbc97ecb6da1f72516cca98bbfb47.zip
iwinfo: drop references to madwifi
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/iwinfo/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index d9309ebcf1..00332b0357 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -23,7 +23,6 @@ PKG_CONFIG_DEPENDS := \
CONFIG_PACKAGE_kmod-brcm-wl \
CONFIG_PACKAGE_kmod-brcm-wl-mini \
CONFIG_PACKAGE_kmod-brcm-wl-mimo \
- CONFIG_PACKAGE_kmod-madwifi \
CONFIG_PACKAGE_kmod-cfg80211
include $(INCLUDE_DIR)/package.mk
@@ -39,7 +38,7 @@ endef
define Package/libiwinfo/description
Wireless information library with consistent interface for proprietary Broadcom,
- madwifi, nl80211 and wext driver interfaces.
+ nl80211 and wext driver interfaces.
endef
@@ -76,7 +75,6 @@ IWINFO_BACKENDS := \
$(if $(CONFIG_PACKAGE_kmod-brcm-wl),wl) \
$(if $(CONFIG_PACKAGE_kmod-brcm-wl-mini),wl) \
$(if $(CONFIG_PACKAGE_kmod-brcm-wl-mimo),wl) \
- $(if $(CONFIG_PACKAGE_kmod-madwifi),madwifi) \
$(if $(CONFIG_PACKAGE_kmod-cfg80211),nl80211)
TARGET_CFLAGS += \