projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e97d3
)
Use a stable version of busybox by default. The daily snapshot of
author
Eric Andersen
<andersen@codepoet.org>
Wed, 13 Dec 2006 06:18:41 +0000
(06:18 -0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/package/busybox/Config.in
b/package/busybox/Config.in
index 05e138d229be21b1e3202c058ff635a557195d80..d3c06a9e9bbc7387eaf5c5d9d846d1eadbf57cb5 100644
(file)
--- 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.