diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-24 13:56:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-24 13:56:24 +0100 |
commit | 15b5d38385d8261339eed833b85a339505f4105c (patch) | |
tree | 00a40db614bf5a34f86e84b368f34eeae6e7b2f2 /target/linux/patches/4.4.96/startup.patch | |
parent | f238c9e4d9a85a9d969d9146a460c0a340e9cd85 (diff) |
linux: bump kernel 4.4.x 4.9.x 4.14.x
Diffstat (limited to 'target/linux/patches/4.4.96/startup.patch')
-rw-r--r-- | target/linux/patches/4.4.96/startup.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/patches/4.4.96/startup.patch b/target/linux/patches/4.4.96/startup.patch deleted file mode 100644 index e54ac19a6..000000000 --- a/target/linux/patches/4.4.96/startup.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -Nur linux-4.4.6.orig/init/initramfs.c linux-4.4.6/init/initramfs.c ---- linux-4.4.6.orig/init/initramfs.c 2016-03-16 16:43:17.000000000 +0100 -+++ linux-4.4.6/init/initramfs.c 2016-03-27 14:15:43.931044532 +0200 -@@ -653,6 +653,9 @@ - */ - load_default_modules(); - } -+#ifdef CONFIG_DEVTMPFS_MOUNT -+ devtmpfs_mount("dev"); -+#endif - return 0; - } - rootfs_initcall(populate_rootfs); -diff -Nur linux-4.4.6.orig/init/main.c linux-4.4.6/init/main.c ---- linux-4.4.6.orig/init/main.c 2016-03-16 16:43:17.000000000 +0100 -+++ linux-4.4.6/init/main.c 2016-03-27 14:15:43.935044783 +0200 -@@ -1011,6 +1011,8 @@ - if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - pr_err("Warning: unable to open an initial console.\n"); - -+ printk(KERN_WARNING "Starting Linux (built with OpenADK).\n"); -+ - (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; |