aboutsummaryrefslogtreecommitdiffstats
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
commit48f37d19dadc1c193ec3f7358676b4ed63b1bacf (patch)
tree24685db06f1bd5990bdba7f89fbe0759ac866160
parentc4024c93786786dbed1e189ec633b64fb49847d2 (diff)
downloadmaster-187ad058-48f37d19dadc1c193ec3f7358676b4ed63b1bacf.tar.gz
master-187ad058-48f37d19dadc1c193ec3f7358676b4ed63b1bacf.tar.bz2
master-187ad058-48f37d19dadc1c193ec3f7358676b4ed63b1bacf.zip
build ieee80211 kernel support as modules on etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14230 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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