From: nbd Date: Sat, 25 Jun 2011 19:31:12 +0000 (+0000) Subject: mac80211: force b44 and atl* to be disabled, even if they are enabled in the kernel... X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/4d133af38ad43936765d93c2f5adeefb9873427a mac80211: force b44 and atl* to be disabled, even if they are enabled in the kernel tree git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27285 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 329ca8cd2..525cf1929 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -1146,6 +1146,11 @@ MAKE_OPTS:= \ CONFIG_MWIFIEX= \ CONFIG_MAC80211_RC_MINSTREL_HT=y \ MADWIFI= \ + CONFIG_B44= \ + CONFIG_ATL1= \ + CONFIG_ATL2= \ + CONFIG_ATL1E= \ + CONFIG_ATL1C= \ KLIB_BUILD="$(LINUX_DIR)" \ MODPROBE=: \ KLIB=$(TARGET_MODULES_DIR) \