diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-01-14 05:23:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-01-14 05:23:58 +0000 |
commit | 2c33d1fc8f499196f38899205529e4378b22ee7e (patch) | |
tree | 15d487fbb8ee7754497a69eb2b9f8633fff822f2 | |
parent | 9c9989b205061033898696d0a53c17c6600bf09e (diff) | |
download | master-187ad058-2c33d1fc8f499196f38899205529e4378b22ee7e.tar.gz master-187ad058-2c33d1fc8f499196f38899205529e4378b22ee7e.tar.bz2 master-187ad058-2c33d1fc8f499196f38899205529e4378b22ee7e.zip |
brcm63xx: enable 6318 support
BCM6318 support is usable enough to be enabled by default, turn it on.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39284 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm63xx/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/config-3.10 b/target/linux/brcm63xx/config-3.10 index ad548e74bc..8269edc2e3 100644 --- a/target/linux/brcm63xx/config-3.10 +++ b/target/linux/brcm63xx/config-3.10 @@ -16,7 +16,7 @@ CONFIG_B53_SPI_DRIVER=y # CONFIG_B53_SRAB_DRIVER is not set CONFIG_BCM63XX=y CONFIG_BCM63XX_CPU_3368=y -# CONFIG_BCM63XX_CPU_6318 is not set +CONFIG_BCM63XX_CPU_6318=y # CONFIG_BCM63XX_CPU_63268 is not set CONFIG_BCM63XX_CPU_6328=y CONFIG_BCM63XX_CPU_6338=y |