summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorMike Frysinger2004-10-09 20:00:34 +0200
committerMike Frysinger2004-10-09 20:00:34 +0200
commit40fbbbad2afb2d6723f91e0cf574a77e7ae2e9f5 (patch)
tree3e1bf5e42d25e9bb915ec1cd4b17a7e33905d3cd /package/busybox/Config.in
parentignore dl and patches dirs (diff)
downloadbuildroot-40fbbbad2afb2d6723f91e0cf574a77e7ae2e9f5.tar.gz
buildroot-40fbbbad2afb2d6723f91e0cf574a77e7ae2e9f5.tar.xz
buildroot-40fbbbad2afb2d6723f91e0cf574a77e7ae2e9f5.zip
add support for using busybox snapshot
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index befe2b890..afa14fd41 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -9,3 +9,11 @@ config BR2_PACKAGE_BUSYBOX
Most people will answer Y.
+config BR2_PACKAGE_BUSYBOX_SNAPSHOT
+ bool "Use the daily snapshot of busybox?"
+ depends BR2_PACKAGE_BUSYBOX
+ default y
+ help
+ Use the latest busybox CVS snapshot instead of release.
+
+ For fun, you should say Y.