summaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-15 08:36:33 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-15 08:36:33 +0000
commit8defa68047e877a675dcefa1c90ccb9b716ac5e5 (patch)
tree5b7429a2d75a9dd0d56bbacb34e3a12e3d968b96 /package/mac80211/Makefile
parent80fa9eaa97e8f0e92c5c708c788fa9ae51646da3 (diff)
[mac80211] Build modules only if realy needed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17267 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index e09647307..695cfb8c4 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -456,6 +456,26 @@ MAKE_OPTS:= \
$(if $(CONFIG_HW_RANDOM),CONFIG_B43LEGACY_HWRNG=y,CONFIG_B43LEGACY_HWRNG=n) \
$(if $(CONFIG_PACKAGE_kmod-b43),CONFIG_B43=m) \
$(if $(CONFIG_PACKAGE_kmod-b43legacy),CONFIG_B43LEGACY=m) \
+ $(if $(CONFIG_PACKAGE_kmod-ath),CONFIG_ATH_COMMON=m) \
+ $(if $(CONFIG_PACKAGE_kmod-ath5k),CONFIG_ATH5K=m) \
+ $(if $(CONFIG_PACKAGE_kmod-ath9k),CONFIG_ATH9K=m) \
+ $(if $(CONFIG_PACKAGE_kmod-zd1211rw),CONFIG_ZD1211RW=m) \
+ $(if $(CONFIG_PACKAGE_kmod-p54-common),CONFIG_P54_COMMON=m) \
+ $(if $(CONFIG_PACKAGE_kmod-p54-pci),CONFIG_P54_PCI=m) \
+ $(if $(CONFIG_PACKAGE_kmod-p54-usb),CONFIG_P54_USB=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt2x00-lib),CONFIG_RT2X00=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt2x00-pci),CONFIG_RT2X00_LIB_PCI=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt2x00-usb),CONFIG_RT2X00_LIB_USB=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt2400-pci),CONFIG_RT2400PCI=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt2500-pci),CONFIG_RT2500PCI=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt2500-usb),CONFIG_RT2500USB=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt61-pci),CONFIG_RT61PCI=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt73-usb),CONFIG_RT73USB=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt2800-pci),CONFIG_RT2800PCI=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rt2800-usb),CONFIG_RT2800USB=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rtl8180),CONFIG_RTL8180=m) \
+ $(if $(CONFIG_PACKAGE_kmod-rtl8187),CONFIG_RTL8187=m) \
+ $(if $(CONFIG_PACKAGE_kmod-mac80211-hwsim),CONFIG_MAC80211_HWSIM=m) \
KLIB_BUILD="$(LINUX_DIR)" \
MODPROBE=: