Explorar el Código

disable UTMP/WTMP for musl builds

Waldemar Brodkorb hace 8 años
padre
commit
bead6c0dd6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package/busybox/config/Config.in

+ 2 - 2
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