diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 13:19:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 13:19:02 +0000 |
commit | 78577badd6cdabfa0813c3aa6816fde9869cdb25 (patch) | |
tree | 723db40da64263dfef337fce86fdb52fb2948934 | |
parent | 41dcdcd76591991403a3136f024737a1bd636623 (diff) | |
download | upstream-78577badd6cdabfa0813c3aa6816fde9869cdb25.tar.gz upstream-78577badd6cdabfa0813c3aa6816fde9869cdb25.tar.bz2 upstream-78577badd6cdabfa0813c3aa6816fde9869cdb25.zip |
re-enable cfg80211 as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14615 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index 20d8982caa..c3be85f3ed 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -223,7 +223,7 @@ CONFIG_CARDBUS=y # CONFIG_CASSINI is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CDROM_PKTCDVD is not set -# CONFIG_CFG80211 is not set +CONFIG_CFG80211=m # CONFIG_CGROUPS is not set # CONFIG_CHELSIO_T1 is not set # CONFIG_CHELSIO_T3 is not set diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index 3899721773..a704b3fe77 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -226,7 +226,7 @@ CONFIG_CARDBUS=y # CONFIG_CASSINI is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CDROM_PKTCDVD is not set -# CONFIG_CFG80211 is not set +CONFIG_CFG80211=m # CONFIG_CGROUPS is not set # CONFIG_CHELSIO_T1 is not set # CONFIG_CHELSIO_T3 is not set |