Commit 555adc36 authored by Eric Andersen's avatar Eric Andersen
Browse files

Use a stable version of busybox by default. The daily snapshot of

busybox tends to break often and is thus not a great default.
parent 21e97d3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.