diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-06 02:34:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-06 03:29:21 +0100 |
commit | bead6c0dd67eaba7c03efa72a0897f9cbe272372 (patch) | |
tree | d08ed23b73db570610ec304720e2ac8bc49948e5 /package/busybox | |
parent | aa18b0f88b2e90bb5b279b26487c3a8bef3ccfab (diff) |
disable UTMP/WTMP for musl builds
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in index e01d8d8d8..3a2991100 100644 --- a/package/busybox/config/Config.in +++ b/package/busybox/config/Config.in @@ -307,7 +307,7 @@ config BUSYBOX_FEATURE_CLEAN_UP config BUSYBOX_FEATURE_UTMP bool "Support utmp file" - default y + default y if !ADK_TARGET_LIB_MUSL help The file /var/run/utmp is used to track who is currently logged in. With this option on, certain applets (getty, login, telnetd etc) @@ -316,7 +316,7 @@ config BUSYBOX_FEATURE_UTMP config BUSYBOX_FEATURE_WTMP bool "Support wtmp file" - default y + default y if !ADK_TARGET_LIB_MUSL depends on BUSYBOX_FEATURE_UTMP help The file /var/run/wtmp is used to track when users have logged into |