From: Eric Andersen Date: Wed, 13 Dec 2006 06:18:41 +0000 (-0000) Subject: Use a stable version of busybox by default. The daily snapshot of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=555adc366e06f42645a7f8b0dfec92adb1b5fcbc;p=buildroot.git Use a stable version of busybox by default. The daily snapshot of busybox tends to break often and is thus not a great default. --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 05e138d229..d3c06a9e9b 100644 --- a/package/busybox/Config.in +++ b/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.