浏览代码

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 18 年之前
父节点
当前提交
555adc366e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 config BR2_PACKAGE_BUSYBOX_SNAPSHOT
 	bool "Use the daily snapshot of BusyBox?"
 	bool "Use the daily snapshot of BusyBox?"
 	depends BR2_PACKAGE_BUSYBOX
 	depends BR2_PACKAGE_BUSYBOX
-	default y
+	default n
 	help
 	help
 	  Use the latest BusyBox daily snapshot instead of release.
 	  Use the latest BusyBox daily snapshot instead of release.