summaryrefslogtreecommitdiff
path: root/target/linux/ppc40x/patches-3.6/005-openrb.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-20 14:37:39 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-20 14:37:39 +0000
commit99a2ffcf90ad25dfd794439fdda5dee8bae2f213 (patch)
tree298b92030de39db53a98a9246e04b2a687e8f2fd /target/linux/ppc40x/patches-3.6/005-openrb.patch
parentd6f19be873c9d30dc1a2522754a2e5d6b6dcdfe3 (diff)
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/005-openrb.patch')
-rw-r--r--target/linux/ppc40x/patches-3.6/005-openrb.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ppc40x/patches-3.6/005-openrb.patch b/target/linux/ppc40x/patches-3.6/005-openrb.patch
index 022c2486b2..949ee89ef3 100644
--- a/target/linux/ppc40x/patches-3.6/005-openrb.patch
+++ b/target/linux/ppc40x/patches-3.6/005-openrb.patch
@@ -437,11 +437,11 @@
depends on 40x
--- a/arch/powerpc/platforms/40x/ppc40x_simple.c
+++ b/arch/powerpc/platforms/40x/ppc40x_simple.c
-@@ -58,6 +58,7 @@ static const char *board[] __initdata =
- "apm,klondike",
+@@ -59,6 +59,7 @@ static const char *board[] __initdata =
"est,hotfoot",
+ "plathome,obs600",
"magicbox",
+ "openrb",
- "plathome,obs600"
+ NULL
};