From 3d3f4416fc05c413a79a8fdd3abf872c215a4668 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 2 Oct 2020 13:17:19 +0200 Subject: linux: bump linux kernel versions --- target/linux/patches/5.4.63/startup.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 target/linux/patches/5.4.63/startup.patch (limited to 'target/linux/patches/5.4.63/startup.patch') diff --git a/target/linux/patches/5.4.63/startup.patch b/target/linux/patches/5.4.63/startup.patch deleted file mode 100644 index 7c6c5661a..000000000 --- a/target/linux/patches/5.4.63/startup.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nur linux-5.4.53.orig/init/main.c linux-5.4.53/init/main.c ---- linux-5.4.53.orig/init/main.c 2020-07-22 09:33:18.000000000 +0200 -+++ linux-5.4.53/init/main.c 2020-07-28 17:33:28.000000000 +0200 -@@ -1196,6 +1196,8 @@ - if (ksys_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) ksys_dup(0); - (void) ksys_dup(0); - /* -@@ -1204,7 +1206,7 @@ - */ - - if (!ramdisk_execute_command) -- ramdisk_execute_command = "/init"; -+ ramdisk_execute_command = "/sbin/init"; - - if (ksys_access((const char __user *) - ramdisk_execute_command, 0) != 0) { -- cgit v1.2.3