summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-22 20:40:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-30 08:43:04 +0000
commitfad57568924b689de4aba5c3cf74d6828a08e23f (patch)
tree12e8f531cc271ea0d265663b97ae49335ab2e892 /meta/recipes-core/busybox
parent9f57bfb74e280827ad87cc4ab13f7640bccb3a21 (diff)
downloadpoky-fad57568924b689de4aba5c3cf74d6828a08e23f.tar.gz
busybox: Enable utmp support on musl systems
runlevel misc applet is enabled when using init feature from busybox however this applet does not build right now because it depends on utmp feature and its disabled for musl systems. runlevel is used by update-rd.d tool during system maintenance e.g. opkg upgrade etc. (From OE-Core rev: de62069c32fedd094c279b99b2ff389c7e0012aa) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox/musl.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/musl.cfg b/meta/recipes-core/busybox/busybox/musl.cfg
index 6fffc91098..ba63def1ba 100644
--- a/meta/recipes-core/busybox/busybox/musl.cfg
+++ b/meta/recipes-core/busybox/busybox/musl.cfg
@@ -7,5 +7,4 @@
7# CONFIG_FEATURE_INETD_RPC is not set 7# CONFIG_FEATURE_INETD_RPC is not set
8# CONFIG_SELINUXENABLED is not set 8# CONFIG_SELINUXENABLED is not set
9# CONFIG_FEATURE_MOUNT_NFS is not set 9# CONFIG_FEATURE_MOUNT_NFS is not set
10# CONFIG_FEATURE_UTMP is not set
11 10