diff options
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. |