diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-10-01 17:25:13 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-10-01 17:25:13 +0200 |
commit | 1cfb3174cf8b66185223846fc8a3ee104bcbf296 (patch) | |
tree | 453be2508053d22115ce4885d00ac8516ce350f5 /skeleton/init | |
parent | d5d11fc6a1c05f2afd175549ff544a8bb2fb5b7c (diff) |
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 <matzeton@googlemail.com>
Diffstat (limited to 'skeleton/init')
-rwxr-xr-x | skeleton/init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |