summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen2006-12-13 07:18:41 +0100
committerEric Andersen2006-12-13 07:18:41 +0100
commit555adc366e06f42645a7f8b0dfec92adb1b5fcbc (patch)
treeeb7714fec5465ec29783e2129469c79da4652370
parentAdd avahi package and add libdaemon, which is needed by avahi (diff)
downloadbuildroot-555adc366e06f42645a7f8b0dfec92adb1b5fcbc.tar.gz
buildroot-555adc366e06f42645a7f8b0dfec92adb1b5fcbc.tar.xz
buildroot-555adc366e06f42645a7f8b0dfec92adb1b5fcbc.zip
Use a stable version of busybox by default. The daily snapshot of
busybox tends to break often and is thus not a great default.
-rw-r--r--package/busybox/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 05e138d22..d3c06a9e9 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.