diff options
Diffstat (limited to 'target/linux/patches/6064a9bdf48cefbccc4f6472dd04251f0dec1931')
-rw-r--r-- | target/linux/patches/6064a9bdf48cefbccc4f6472dd04251f0dec1931/startup.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/patches/6064a9bdf48cefbccc4f6472dd04251f0dec1931/startup.patch b/target/linux/patches/6064a9bdf48cefbccc4f6472dd04251f0dec1931/startup.patch index e54ac19a6..f9ab3f1c1 100644 --- a/target/linux/patches/6064a9bdf48cefbccc4f6472dd04251f0dec1931/startup.patch +++ b/target/linux/patches/6064a9bdf48cefbccc4f6472dd04251f0dec1931/startup.patch @@ -23,12 +23,3 @@ diff -Nur linux-4.4.6.orig/init/main.c linux-4.4.6/init/main.c (void) sys_dup(0); (void) sys_dup(0); /* -@@ -1019,7 +1021,7 @@ - */ - - if (!ramdisk_execute_command) -- ramdisk_execute_command = "/init"; -+ ramdisk_execute_command = "/sbin/init"; - - if (sys_access((const char __user *) ramdisk_execute_command, 0) != 0) { - ramdisk_execute_command = NULL; |