diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-07-27 06:27:42 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-07-27 06:27:42 +0000 |
commit | c0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8 (patch) | |
tree | df826a0407e7b2435ab1ba10b4f80bf5c0883341 /target/linux/ppc40x/patches-2.6.30/005-openrb.patch | |
parent | 5a3823f418cc6f650890d2d1006fdb7ab6d7e42e (diff) | |
download | upstream-c0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8.tar.gz upstream-c0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8.tar.bz2 upstream-c0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8.zip |
kilauea uses ppc40x_simple now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17025 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches-2.6.30/005-openrb.patch')
-rw-r--r-- | target/linux/ppc40x/patches-2.6.30/005-openrb.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ppc40x/patches-2.6.30/005-openrb.patch b/target/linux/ppc40x/patches-2.6.30/005-openrb.patch index 0ad6740195..1f0d1a66b4 100644 --- a/target/linux/ppc40x/patches-2.6.30/005-openrb.patch +++ b/target/linux/ppc40x/patches-2.6.30/005-openrb.patch @@ -373,7 +373,7 @@ image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig -@@ -59,6 +59,16 @@ config MAGICBOX +@@ -60,6 +60,16 @@ config MAGICBOX help This option enables support for the Magicbox boards. @@ -392,10 +392,10 @@ depends on 40x --- a/arch/powerpc/platforms/40x/ppc40x_simple.c +++ b/arch/powerpc/platforms/40x/ppc40x_simple.c -@@ -52,7 +52,8 @@ machine_device_initcall(ppc40x_simple, p - */ - static char *board[] __initdata = { - "amcc,acadia", +@@ -55,7 +55,8 @@ static char *board[] __initdata = { + "amcc,haleakala", + "amcc,kilauea", + "amcc,makalu", - "magicbox" + "magicbox", + "openrb" |