From 8defa68047e877a675dcefa1c90ccb9b716ac5e5 Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 15 Aug 2009 08:36:33 +0000 Subject: [mac80211] Build modules only if realy needed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17267 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'package/mac80211/Makefile') 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=: -- cgit v1.2.3