Use a stable version of busybox by default. The daily snapshot of
authorEric Andersen <andersen@codepoet.org>
Wed, 13 Dec 2006 06:18:41 +0000 (06:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 13 Dec 2006 06:18:41 +0000 (06:18 -0000)
busybox tends to break often and is thus not a great default.

package/busybox/Config.in

index 05e138d229be21b1e3202c058ff635a557195d80..d3c06a9e9bbc7387eaf5c5d9d846d1eadbf57cb5 100644 (file)
@@ -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.