From: Felix Fietkau 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: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=94eb73553bcb8c748b599c160ca250e0923a8c30 mac80211: force b44 and atl* to be disabled, even if they are enabled in the kernel tree SVN-Revision: 27285 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 329ca8cd28..525cf19293 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) \