projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6411e58
)
libiwinfo: build correctly if only kmod-brcm-wl-mini or -mimo is selected
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 10 Feb 2011 01:28:34 +0000
(
01:28
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 10 Feb 2011 01:28:34 +0000
(
01:28
+0000)
contrib/package/iwinfo/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/iwinfo/Makefile
b/contrib/package/iwinfo/Makefile
index c89091003e497fb0d150e37bb3b2339bafc69648..278bdecb1040d1d97c7013d6cc5e9b6ab3dcba52 100644
(file)
--- 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)