diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-03-28 20:42:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-03-28 20:42:37 +0000 |
commit | f7df1eafc4e561fb45ff742f087915195740f22b (patch) | |
tree | 98f006ab2e9db87d7f7b5951e95dffb915b5c37a /target/linux/brcm63xx/config-3.3 | |
parent | c7ae2fccb687ef1cae161910ca103a8bac57c9b2 (diff) | |
download | upstream-f7df1eafc4e561fb45ff742f087915195740f22b.tar.gz upstream-f7df1eafc4e561fb45ff742f087915195740f22b.tar.bz2 upstream-f7df1eafc4e561fb45ff742f087915195740f22b.zip |
bcm63xx: enable bcm6368 for linux 3.3 and build images
Only build bcm6368 images when building for linux 3.3.
SVN-Revision: 31133
Diffstat (limited to 'target/linux/brcm63xx/config-3.3')
-rw-r--r-- | target/linux/brcm63xx/config-3.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/config-3.3 b/target/linux/brcm63xx/config-3.3 index 3d1b01be97..19137ffbdd 100644 --- a/target/linux/brcm63xx/config-3.3 +++ b/target/linux/brcm63xx/config-3.3 @@ -16,7 +16,7 @@ CONFIG_BCM63XX_CPU_6338=y CONFIG_BCM63XX_CPU_6345=y CONFIG_BCM63XX_CPU_6348=y CONFIG_BCM63XX_CPU_6358=y -# CONFIG_BCM63XX_CPU_6368 is not set +CONFIG_BCM63XX_CPU_6368=y CONFIG_BCM63XX_ENET=y CONFIG_BCM63XX_PHY=y CONFIG_BCM63XX_WDT=y @@ -82,7 +82,7 @@ CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_PERF_EVENTS=y CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=y -# CONFIG_HW_RANDOM_BCM63XX is not set +CONFIG_HW_RANDOM_BCM63XX=y CONFIG_HZ=250 # CONFIG_HZ_100 is not set CONFIG_HZ_250=y |