mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
kilauea uses ppc40x_simple now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17025 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user