From 5e0c59483697e5e2e5c2518d9502ef2eeec91894 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 8 Jun 2007 12:37:47 +0000 Subject: [PATCH] Fix the cmdline hack patch, thanks Gabor git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7535 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/adm5120-2.6/patches/140-cmdline_hack.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch b/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch index 3e84056e5..23f377c90 100644 --- a/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch +++ b/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch @@ -17,11 +17,11 @@ diff -ur linux.old/arch/mips/kernel/head.S linux.dev/arch/mips/kernel/head.S + * Use as temporary storage for the kernel command line, so that it + * can be updated easily without having to relink the kernel. */ -- .fill 0x400 +- .align 10 + +EXPORT(_image_cmdline) + .ascii "CMDLINE:" -+ .fill 0x3ec ++ .align 10 EXPORT(stext) # used for profiling EXPORT(_stext) -- 2.20.1