diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-27 15:52:03 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-27 15:52:03 +0000 |
commit | bf0942ce5c7b8289a4cb744d1256f10ab0cb9858 (patch) | |
tree | 96a35172b9f6bef9513083c4bad1f205cb412179 | |
parent | 13a8ed9ca0f218e12bad38698a71b5b25e43f168 (diff) | |
download | upstream-bf0942ce5c7b8289a4cb744d1256f10ab0cb9858.tar.gz upstream-bf0942ce5c7b8289a4cb744d1256f10ab0cb9858.tar.bz2 upstream-bf0942ce5c7b8289a4cb744d1256f10ab0cb9858.zip |
do not bloat the kernel with experimental bcm6345 for now
SVN-Revision: 16580
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index 795468ab95..b810ae5638 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -14,7 +14,7 @@ CONFIG_BASE_SMALL=0 # CONFIG_BCM47XX is not set CONFIG_BCM63XX=y CONFIG_BCM63XX_CPU_6338=y -CONFIG_BCM63XX_CPU_6345=y +# CONFIG_BCM63XX_CPU_6345 is not set CONFIG_BCM63XX_CPU_6348=y CONFIG_BCM63XX_CPU_6358=y CONFIG_BCM63XX_ENET=y |