aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.24
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-05 13:42:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-05 13:42:36 +0000
commita9a2a5146a5127af6d72d9e1b2b66e850d7e531c (patch)
tree5417369058e88f377690c9a6a00133799e86ff80 /target/linux/rdc/patches-2.6.24
parent3785877557e4c6ac890f6ef5e57e126316f4443f (diff)
downloadmaster-187ad058-a9a2a5146a5127af6d72d9e1b2b66e850d7e531c.tar.gz
master-187ad058-a9a2a5146a5127af6d72d9e1b2b66e850d7e531c.tar.bz2
master-187ad058-a9a2a5146a5127af6d72d9e1b2b66e850d7e531c.zip
Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12136 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.24')
-rw-r--r--target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch b/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch
new file mode 100644
index 0000000000..007477e836
--- /dev/null
+++ b/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch
@@ -0,0 +1,10 @@
+--- linux-2.6.24.7/arch/x86/kernel/setup_32.c 2008-05-07 01:22:34.000000000 +0200
++++ linux-2.6.24.7.new/arch/x86/kernel/setup_32.c 2008-08-05 14:54:58.000000000 +0200
+@@ -609,6 +609,7 @@
+ print_memory_map("user");
+ }
+
++ strcat(boot_command_line, " init=/etc/preinit");
+ strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
+ *cmdline_p = command_line;
+