diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-09-05 22:02:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-09-05 22:02:09 +0000 |
commit | ba4392256fae8f83f6853f139bb8ded53b32d124 (patch) | |
tree | da62c5e9dbd066b030e042a9c7de5a37030b1856 /target/linux/uml/patches-3.10/100-boot-parameter-mangling.patch | |
parent | 0cbc2079a21e8ee666db3f70633bf61eddfb4558 (diff) | |
download | upstream-ba4392256fae8f83f6853f139bb8ded53b32d124.tar.gz upstream-ba4392256fae8f83f6853f139bb8ded53b32d124.tar.bz2 upstream-ba4392256fae8f83f6853f139bb8ded53b32d124.zip |
uml: bump to 3.14.16
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42421 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.patch | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index ff642a6f4d..0000000000 --- a/target/linux/uml/patches-3.10/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, |