libiwinfo: build correctly if only kmod-brcm-wl-mini or -mimo is selected
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 10 Feb 2011 01:28:34 +0000 (01:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 10 Feb 2011 01:28:34 +0000 (01:28 +0000)
contrib/package/iwinfo/Makefile

index c890910..278bdec 100644 (file)
@@ -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)