diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-25 09:58:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-25 09:58:58 +0000 |
commit | 3eb68874919aaef3bf42a82324eb4676ac64d89e (patch) | |
tree | 3e698810d64bfd492549d6c09215e184970d81bb /target/linux/rdc/patches-2.6.27/002-cmdline_setup.patch | |
parent | 73883e9aef6406d909d2e8c2bad997a74485609e (diff) | |
download | mtk-20170518-3eb68874919aaef3bf42a82324eb4676ac64d89e.zip mtk-20170518-3eb68874919aaef3bf42a82324eb4676ac64d89e.tar.gz mtk-20170518-3eb68874919aaef3bf42a82324eb4676ac64d89e.tar.bz2 |
nuke old files
SVN-Revision: 15402
Diffstat (limited to 'target/linux/rdc/patches-2.6.27/002-cmdline_setup.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.27/002-cmdline_setup.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/rdc/patches-2.6.27/002-cmdline_setup.patch b/target/linux/rdc/patches-2.6.27/002-cmdline_setup.patch deleted file mode 100644 index ee36576..0000000 --- a/target/linux/rdc/patches-2.6.27/002-cmdline_setup.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/arch/x86/kernel/setup.c 2009-04-24 11:37:41.000000000 +0200 -+++ b/arch/x86/kernel/setup.c 2009-04-24 11:38:43.000000000 +0200 -@@ -701,6 +701,7 @@ - bss_resource.start = virt_to_phys(&__bss_start); - bss_resource.end = virt_to_phys(&__bss_stop)-1; - -+ strcat(boot_command_line, " init=/etc/preinit console=ttyS0,38400"); - strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE); - *cmdline_p = command_line; - |