diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-09 18:00:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-09 18:00:34 +0000 |
commit | 40fbbbad2afb2d6723f91e0cf574a77e7ae2e9f5 (patch) | |
tree | 3e1bf5e42d25e9bb915ec1cd4b17a7e33905d3cd /package/busybox/Config.in | |
parent | 0b63725463a02bf90a56b1fa258aacbb7c207f07 (diff) | |
download | buildroot-novena-40fbbbad2afb2d6723f91e0cf574a77e7ae2e9f5.tar.gz buildroot-novena-40fbbbad2afb2d6723f91e0cf574a77e7ae2e9f5.zip |
add support for using busybox snapshot
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r-- | package/busybox/Config.in | 8 |
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. |