kernel: remove 3.12 support since none of the targets is using it
[openwrt.git] / target / linux / generic / patches-3.12 / 921-use_preinit_as_init.patch
diff --git a/target/linux/generic/patches-3.12/921-use_preinit_as_init.patch b/target/linux/generic/patches-3.12/921-use_preinit_as_init.patch
deleted file mode 100644 (file)
index 580e7bb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/init/main.c
-+++ b/init/main.c
-@@ -843,7 +843,8 @@ static int __ref kernel_init(void *unuse
-               pr_err("Failed to execute %s.  Attempting defaults...\n",
-                       execute_command);
-       }
--      if (!run_init_process("/sbin/init") ||
-+      if (!run_init_process("/etc/preinit") ||
-+          !run_init_process("/sbin/init") ||
-           !run_init_process("/etc/init") ||
-           !run_init_process("/bin/init") ||
-           !run_init_process("/bin/sh"))