|
|
@ -23,7 +23,6 @@ PKG_CONFIG_DEPENDS := \ |
|
|
|
CONFIG_PACKAGE_kmod-brcm-wl \
|
|
|
|
CONFIG_PACKAGE_kmod-brcm-wl \
|
|
|
|
CONFIG_PACKAGE_kmod-brcm-wl-mini \
|
|
|
|
CONFIG_PACKAGE_kmod-brcm-wl-mini \
|
|
|
|
CONFIG_PACKAGE_kmod-brcm-wl-mimo \
|
|
|
|
CONFIG_PACKAGE_kmod-brcm-wl-mimo \
|
|
|
|
CONFIG_PACKAGE_kmod-madwifi \
|
|
|
|
|
|
|
|
CONFIG_PACKAGE_kmod-cfg80211
|
|
|
|
CONFIG_PACKAGE_kmod-cfg80211
|
|
|
|
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
@ -39,7 +38,7 @@ endef |
|
|
|
|
|
|
|
|
|
|
|
define Package/libiwinfo/description |
|
|
|
define Package/libiwinfo/description |
|
|
|
Wireless information library with consistent interface for proprietary Broadcom,
|
|
|
|
Wireless information library with consistent interface for proprietary Broadcom,
|
|
|
|
madwifi, nl80211 and wext driver interfaces.
|
|
|
|
nl80211 and wext driver interfaces.
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -76,7 +75,6 @@ IWINFO_BACKENDS := \ |
|
|
|
$(if $(CONFIG_PACKAGE_kmod-brcm-wl),wl) \
|
|
|
|
$(if $(CONFIG_PACKAGE_kmod-brcm-wl),wl) \
|
|
|
|
$(if $(CONFIG_PACKAGE_kmod-brcm-wl-mini),wl) \
|
|
|
|
$(if $(CONFIG_PACKAGE_kmod-brcm-wl-mini),wl) \
|
|
|
|
$(if $(CONFIG_PACKAGE_kmod-brcm-wl-mimo),wl) \
|
|
|
|
$(if $(CONFIG_PACKAGE_kmod-brcm-wl-mimo),wl) \
|
|
|
|
$(if $(CONFIG_PACKAGE_kmod-madwifi),madwifi) \
|
|
|
|
|
|
|
|
$(if $(CONFIG_PACKAGE_kmod-cfg80211),nl80211)
|
|
|
|
$(if $(CONFIG_PACKAGE_kmod-cfg80211),nl80211)
|
|
|
|
|
|
|
|
|
|
|
|
TARGET_CFLAGS += \
|
|
|
|
TARGET_CFLAGS += \
|
|
|
|