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 | |
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')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 1cbb6abcaa..0ae82935c1 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -2268,6 +2268,7 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_TUNER_TEA5761 is not set # CONFIG_TUN is not set # CONFIG_TWL4030_CORE 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" 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" |