From 3b990d5b7afc820f697ce06a8822ef4d1065dc9c Mon Sep 17 00:00:00 2001
From: Piotr Kubik <piotr.kubik@iopsys.eu>
Date: Mon, 14 Feb 2022 12:27:50 +0100
Subject: [PATCH] commit 4c80c4f86d313955d7a4505a93c610efedb946d7 Author:
 Andreas Gnau <andreas.gnau@iopsys.eu> Date:   Fri Apr 30 08:31:03 2021 +0200

    Move packages to directories resembling OpenWrt main repo

    Move the packages inside openwrt_core into the same folder as the
    corresponding packages are in the main OpenWrt repo. This simplifies
    merging from the OpenWrt main repo history in the future.

commit 6d611d5a25e08e7c746b03026d908bd84528709e
Author: Ronny Nilsson <ronny.nilsson@iopsys.eu>
Date:   Wed Mar 4 22:34:55 2020 +0100

    sdk: Delay serial console login prompt until boot has finished.

    This will delay the question "Press enter to login..." until
    boot has finished.
---
 package/base-files/files/etc/inittab | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/base-files/files/etc/inittab b/package/base-files/files/etc/inittab
index 9820e7144be..5df72082c15 100644
--- a/package/base-files/files/etc/inittab
+++ b/package/base-files/files/etc/inittab
@@ -1,3 +1,3 @@
 ::sysinit:/etc/init.d/rcS S boot
 ::shutdown:/etc/init.d/rcS K shutdown
-::askconsole:/usr/libexec/login.sh
+::askconsolelate:/usr/libexec/login.sh
-- 
GitLab