diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-19 06:01:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-19 06:02:03 +0100 |
commit | 5ee29b88a01fda7482280f5bd370d491f56a8093 (patch) | |
tree | 5cdbcd2772e4524cd5a4e9bd2b85c74f5bb3106e /target/linux/patches/5.15.85/startup.patch | |
parent | 1b343aa599839e310818343b097714998d84efc4 (diff) |
linux: update to 5.15.89, make it default
Diffstat (limited to 'target/linux/patches/5.15.85/startup.patch')
-rw-r--r-- | target/linux/patches/5.15.85/startup.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/patches/5.15.85/startup.patch b/target/linux/patches/5.15.85/startup.patch deleted file mode 100644 index eef481021..000000000 --- a/target/linux/patches/5.15.85/startup.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Nur linux-5.10.17.orig/init/initramfs.c linux-5.10.17/init/initramfs.c ---- linux-5.10.17.orig/init/initramfs.c 2021-02-17 11:02:30.000000000 +0100 -+++ linux-5.10.17/init/initramfs.c 2021-02-23 13:27:40.449467155 +0100 -@@ -636,6 +636,9 @@ - initrd_start = 0; - initrd_end = 0; - -+#ifdef CONFIG_DEVTMPFS_MOUNT -+ devtmpfs_mount(); -+#endif - flush_delayed_fput(); - return 0; - } -diff -Nur linux-5.10.17.orig/init/main.c linux-5.10.17/init/main.c ---- linux-5.10.17.orig/init/main.c 2021-02-17 11:02:30.000000000 +0100 -+++ linux-5.10.17/init/main.c 2021-02-23 13:39:32.238650450 +0100 -@@ -1483,6 +1483,8 @@ - pr_err("Warning: unable to open an initial console.\n"); - return; - } -+ printk(KERN_WARNING "Starting Linux (built with OpenADK).\n"); -+ - init_dup(file); - init_dup(file); - init_dup(file); |