summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-02-10 01:28:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-02-10 01:28:34 +0000
commit3a53e9425a11803408bb2c160fec025bf445b6d8 (patch)
tree5279e03d6e5dc5a87605b251e10f08d2881e1518 /contrib/package
parent6411e58b09493b387b1dbd61a959085de81e392b (diff)
libiwinfo: build correctly if only kmod-brcm-wl-mini or -mimo is selected
Diffstat (limited to 'contrib/package')
-rw-r--r--contrib/package/iwinfo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/iwinfo/Makefile b/contrib/package/iwinfo/Makefile
index c89091003..278bdecb1 100644
--- a/contrib/package/iwinfo/Makefile
+++ b/contrib/package/iwinfo/Makefile
@@ -38,6 +38,8 @@ endef
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-mac80211),nl80211)