From 1cfb3174cf8b66185223846fc8a3ee104bcbf296 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 1 Oct 2020 17:25:13 +0200 Subject: Build linux-5.x as default. * Fixed invalid LINUX_LOCAL ifeq * Use `make defconfig' for BB as well if requested * Updated config/* Signed-off-by: Toni Uhlig --- skeleton/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skeleton/init') diff --git a/skeleton/init b/skeleton/init index 4f0151b..e8618a6 100755 --- a/skeleton/init +++ b/skeleton/init @@ -31,7 +31,7 @@ Boot took $(cut -d' ' -f1 /proc/uptime) seconds / /\/\ \ | | | | | / /__| | | | | |_| |> < $(uname -r) \/ \/_|_| |_|_| \____/_|_| |_|\__,_/_/\_\ -musl $(/lib/ld-musl-x86_64.so.1 2>&1 | grep -E '^Version.*$') +musl $(/lib/ld-musl-x86_64.so.1 2>&1 | sed -n 's/^Version \(.*\)$/\1/gp') $(busybox | head -1) EOF -- cgit v1.2.3