소스 검색

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
 	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.