diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-16 18:40:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-16 18:40:43 +0000 |
commit | 149f91df122cc495816ceb0e474d20c6e62a54e9 (patch) | |
tree | e684aaaaf8f5e749a06cf366828122f3e1736086 | |
parent | d324d63d8fb576ae1a29a504bcb42f34494f97f8 (diff) | |
download | upstream-149f91df122cc495816ceb0e474d20c6e62a54e9.tar.gz upstream-149f91df122cc495816ceb0e474d20c6e62a54e9.tar.bz2 upstream-149f91df122cc495816ceb0e474d20c6e62a54e9.zip |
[kernel] add missing symbol: CONFIG_UCB1400_CORE to 2.6.35 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22674 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-2.6.35 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index 4531654cfe..847e68661c 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -2565,6 +2565,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" |