diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-25 15:27:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-25 15:27:08 +0000 |
commit | 8805ead76cf8283dd67af80e638f4873ea9794fd (patch) | |
tree | efa26ba2de91a1f3f94598d5728e035c0274cb3b /target/linux/generic-2.6/config-2.6.31 | |
parent | 2bc9d6f6e9e25fccd3fc0ac63413cae925f803cf (diff) | |
download | upstream-8805ead76cf8283dd67af80e638f4873ea9794fd.tar.gz upstream-8805ead76cf8283dd67af80e638f4873ea9794fd.tar.bz2 upstream-8805ead76cf8283dd67af80e638f4873ea9794fd.zip |
add missing CONFIG_CB1400_CORE symbol, spotted by buildbot
SVN-Revision: 20426
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.31')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index f42f7d668e..585f2a5063 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -2280,6 +2280,7 @@ CONFIG_TRACING_SUPPORT=y # CONFIG_TUN is not set # CONFIG_TWL4030_CORE is not set # CONFIG_UACCESS_WITH_MEMCPY is not set +# CONFIG_UCB1400_CORE is not set # CONFIG_UDF_FS is not set CONFIG_UDF_NLS=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |