Parcourir la source

enable ntpd client as default

Waldemar Brodkorb il y a 10 ans
Parent
commit
2c515e9448
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/busybox/config/networking/Config.in

+ 1 - 1
package/busybox/config/networking/Config.in

@@ -748,7 +748,7 @@ config BUSYBOX_NSLOOKUP
 config BUSYBOX_NTPD
 	bool "ntpd"
 	depends on !ADK_PACKAGE_OPENNTPD
-	default n
+	default y
 	select BUSYBOX_PLATFORM_LINUX
 	help
 	  The NTP client/server daemon.