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:42:52 +0000
commitde62069c32fedd094c279b99b2ff389c7e0012aa (patch)
treedf8bd8e9bf3511a5f02b0599979664cc16cdae43 /meta/recipes-core/busybox
parent1dd0e731d5a02105633dc67ccbc04b3dd0d0a873 (diff)
downloadopenembedded-core-de62069c32fedd094c279b99b2ff389c7e0012aa.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. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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 @@
# CONFIG_FEATURE_INETD_RPC is not set
# CONFIG_SELINUXENABLED is not set
# CONFIG_FEATURE_MOUNT_NFS is not set
-# CONFIG_FEATURE_UTMP is not set