add support for kernel 2.6.29 (rc3) by a patch based on the Openmoko patchset (git rev. f656a97d946a2529630c9770a72c10a24dc397f9) adjusted to work within the OpenWrt environment

SVN-Revision: 15764
This commit is contained in:
Mirko Vogt
2009-05-10 23:21:54 +00:00
parent 37211157f6
commit 599564913e
5 changed files with 267324 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
--- a/init/main.c
+++ b/init/main.c
@@ -825,6 +825,7 @@ static int noinline init_post(void)
printk(KERN_WARNING "Failed to execute %s. Attempting "
"defaults...\n", execute_command);
}
+ run_init_process("/etc/preinit");
run_init_process("/sbin/init");
run_init_process("/etc/init");
run_init_process("/bin/init");