aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-27 22:09:41 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-27 22:09:41 +0000
commit2688dcf275a0ea4c126b509914303cdd01a3fb7f (patch)
tree986a751fc9407637fb35dbf6c34b35e7d1168b67 /target
parent33169cf29f84dab2068d2ff4477b65b445b05c2e (diff)
downloadupstream-2688dcf275a0ea4c126b509914303cdd01a3fb7f.tar.gz
upstream-2688dcf275a0ea4c126b509914303cdd01a3fb7f.tar.bz2
upstream-2688dcf275a0ea4c126b509914303cdd01a3fb7f.zip
build ieee80211 kernel support as modules on etrax
SVN-Revision: 14230
Diffstat (limited to 'target')
-rw-r--r--target/linux/etrax/config-default10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/etrax/config-default b/target/linux/etrax/config-default
index f869b8ae31..5960cb3f68 100644
--- a/target/linux/etrax/config-default
+++ b/target/linux/etrax/config-default
@@ -172,12 +172,12 @@ CONFIG_HAVE_IDE=y
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IDE is not set
-CONFIG_IEEE80211=y
-# CONFIG_IEEE80211_CRYPT_CCMP is not set
-# CONFIG_IEEE80211_CRYPT_TKIP is not set
-CONFIG_IEEE80211_CRYPT_WEP=y
+CONFIG_IEEE80211=m
+CONFIG_IEEE80211_CRYPT_CCMP=m
+CONFIG_IEEE80211_CRYPT_TKIP=m
+CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_DEBUG=y
-CONFIG_IEEE80211_SOFTMAC=y
+CONFIG_IEEE80211_SOFTMAC=m
CONFIG_IEEE80211_SOFTMAC_DEBUG=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_LZO_COMPRESS=m