From 285af2ff0847a326f6164fc1f63605fdf53c5fb8 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 12 Jun 2014 17:57:19 +0000 Subject: 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 Reviewed-by: Steven Barth SVN-Revision: 41172 --- .../linux/uml/patches-3.8/100-boot-parameter-mangling.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/uml/patches-3.8/100-boot-parameter-mangling.patch (limited to 'target/linux/uml/patches-3.8/100-boot-parameter-mangling.patch') diff --git a/target/linux/uml/patches-3.8/100-boot-parameter-mangling.patch b/target/linux/uml/patches-3.8/100-boot-parameter-mangling.patch deleted file mode 100644 index ff642a6..0000000 --- a/target/linux/uml/patches-3.8/100-boot-parameter-mangling.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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, -- cgit v1.1