Explorar o código

Use a stable version of busybox by default. The daily snapshot of
busybox tends to break often and is thus not a great default.

Eric Andersen %!s(int64=18) %!d(string=hai) anos
pai
achega
555adc366e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/busybox/Config.in

+ 1 - 1
package/busybox/Config.in

@@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX
 config BR2_PACKAGE_BUSYBOX_SNAPSHOT
 	bool "Use the daily snapshot of BusyBox?"
 	depends BR2_PACKAGE_BUSYBOX
-	default y
+	default n
 	help
 	  Use the latest BusyBox daily snapshot instead of release.