aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/patches-3.6/004-magicbox.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-20 14:37:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-20 14:37:39 +0000
commite93294f5c07b4c9f9ca5508f4ffa9dd037dcc923 (patch)
tree298b92030de39db53a98a9246e04b2a687e8f2fd /target/linux/ppc40x/patches-3.6/004-magicbox.patch
parent969434b25238900a5262ad624e140385adf0a88d (diff)
downloadmaster-187ad058-e93294f5c07b4c9f9ca5508f4ffa9dd037dcc923.tar.gz
master-187ad058-e93294f5c07b4c9f9ca5508f4ffa9dd037dcc923.tar.bz2
master-187ad058-e93294f5c07b4c9f9ca5508f4ffa9dd037dcc923.zip
ppc40x: add missing NULL terminator to avoid boot panic on PPC40x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34799 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches-3.6/004-magicbox.patch')
-rw-r--r--target/linux/ppc40x/patches-3.6/004-magicbox.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ppc40x/patches-3.6/004-magicbox.patch b/target/linux/ppc40x/patches-3.6/004-magicbox.patch
index 1c6c4b74ee..559270dd59 100644
--- a/target/linux/ppc40x/patches-3.6/004-magicbox.patch
+++ b/target/linux/ppc40x/patches-3.6/004-magicbox.patch
@@ -436,11 +436,11 @@
depends on 40x
--- a/arch/powerpc/platforms/40x/ppc40x_simple.c
+++ b/arch/powerpc/platforms/40x/ppc40x_simple.c
-@@ -57,6 +57,7 @@ static const char *board[] __initdata =
- "amcc,makalu",
+@@ -58,6 +58,7 @@ static const char *board[] __initdata =
"apm,klondike",
"est,hotfoot",
+ "plathome,obs600",
+ "magicbox",
- "plathome,obs600"
+ NULL
};