From: Jo-Philipp Wich Date: Fri, 30 Jul 2010 23:23:42 +0000 (+0000) Subject: fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheels X-Git-Tag: reboot~19273 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=eea5f1c56506b2be40def4f5e435fa4c528a62f4;p=openwrt%2Fopenwrt.git fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheels SVN-Revision: 22421 --- diff --git a/target/linux/generic/config-2.6.34 b/target/linux/generic/config-2.6.34 index 2ec77d18be..a1009acef9 100644 --- a/target/linux/generic/config-2.6.34 +++ b/target/linux/generic/config-2.6.34 @@ -1253,7 +1253,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LXT_PHY is not set CONFIG_LZMA_COMPRESS=y CONFIG_LZMA_DECOMPRESS=y -CCONFIG_MAC80211_DEFAULT_PS_VALUE=1 +CONFIG_MAC80211_DEFAULT_PS_VALUE=1 CONFIG_MAC80211_DEFAULT_PS=y # CONFIG_MAC80211 is not set # CONFIG_MAC_EMUMOUSEBTN is not set diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index 81c49fd00e..4a87a2dd86 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -1281,7 +1281,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LXT_PHY is not set CONFIG_LZMA_COMPRESS=y CONFIG_LZMA_DECOMPRESS=y -CCONFIG_MAC80211_DEFAULT_PS_VALUE=1 +CONFIG_MAC80211_DEFAULT_PS_VALUE=1 CONFIG_MAC80211_DEFAULT_PS=y # CONFIG_MAC80211 is not set # CONFIG_MAC_EMUMOUSEBTN is not set