[source] iwinfo: drop references to madwifi

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 10 04:08:22 PST 2017


stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/c687a70fdf7fbc97ecb6da1f72516cca98bbfb47

commit c687a70fdf7fbc97ecb6da1f72516cca98bbfb47
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Mon Jan 9 15:54:19 2017 +0100

    iwinfo: drop references to madwifi
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    Acked-by: Jo-Philipp Wich <jo at mein.io>
---
 package/network/utils/iwinfo/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index d9309eb..00332b0 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 += \



More information about the lede-commits mailing list