From: jow Date: Fri, 30 Jul 2010 23:23:42 +0000 (+0000) Subject: [kernel] fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheels X-Git-Tag: fast2504n-3.10.28-merged~11424 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=5b072cdd2d92c6bafcdc023177edcd56de84ace1;p=openwrt.git [kernel] fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22421 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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