aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-3.10/100-boot-parameter-mangling.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-06-12 17:57:19 +0000
committerSteven Barth <steven@midlink.org>2014-06-12 17:57:19 +0000
commit996e57ab29e856b373a9cdf9e945834a86a4e1b9 (patch)
tree7d1516f87a16f3cdd7c93ea26e18f7f6a7fcbe8f /target/linux/uml/patches-3.10/100-boot-parameter-mangling.patch
parent17f0a217f034219989480455f4713a0e47108eeb (diff)
downloadmaster-187ad058-996e57ab29e856b373a9cdf9e945834a86a4e1b9.tar.gz
master-187ad058-996e57ab29e856b373a9cdf9e945834a86a4e1b9.tar.bz2
master-187ad058-996e57ab29e856b373a9cdf9e945834a86a4e1b9.zip
Update UML target to 3.10 and various improvements
Updated target to 3.10.36. Added mconsole exec patch. Added pseudo-random MAC patch (from NetKit). Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi> Reviewed-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41172 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/patches-3.10/100-boot-parameter-mangling.patch')
-rw-r--r--target/linux/uml/patches-3.10/100-boot-parameter-mangling.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/uml/patches-3.10/100-boot-parameter-mangling.patch b/target/linux/uml/patches-3.10/100-boot-parameter-mangling.patch
new file mode 100644
index 0000000000..ff642a6f4d
--- /dev/null
+++ b/target/linux/uml/patches-3.10/100-boot-parameter-mangling.patch
@@ -0,0 +1,11 @@
+--- pristine-linux-3.4.38/init/main.c 2013-03-28 21:12:41.000000000 +0200
++++ build-linux-3.4.38/init/main.c 2013-04-04 12:25:59.987999573 +0300
+@@ -743,7 +743,7 @@
+ extern const struct kernel_param __start___param[], __stop___param[];
+ initcall_t *fn;
+
+- strcpy(static_command_line, saved_command_line);
++ /* strcpy(static_command_line, saved_command_line); */
+ parse_args(initcall_level_names[level],
+ static_command_line, __start___param,
+ __stop___param - __start___param,