1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 21:02:21 +03:00

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
This commit is contained in:
nbd 2011-06-25 19:31:12 +00:00
parent 4fa8e1979c
commit 4d133af38a

View File

@ -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) \