2005-11-05 04:16:36 +02:00
|
|
|
menu "busybox........................... The Swiss Army Knife of embedded Linux"
|
|
|
|
|
2005-01-16 13:43:02 +02:00
|
|
|
config BR2_PACKAGE_BUSYBOX
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "busybox........................... The Swiss Army Knife of embedded Linux"
|
|
|
|
bool
|
2005-01-16 13:43:02 +02:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
The Swiss Army Knife of embedded Linux. It slices, it dices, it
|
|
|
|
makes Julian Fries.
|
2005-05-19 19:21:45 +03:00
|
|
|
|
2005-01-16 13:43:02 +02:00
|
|
|
http://busybox.net/
|
2005-05-19 19:21:45 +03:00
|
|
|
|
2005-01-16 13:43:02 +02:00
|
|
|
Most people will answer Y.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
|
|
|
|
bool "Use the daily snapshot of busybox?"
|
|
|
|
depends BR2_PACKAGE_BUSYBOX
|
2005-04-05 21:21:58 +03:00
|
|
|
depends CONFIG_DEVEL
|
2005-02-06 17:44:40 +02:00
|
|
|
default n
|
2005-01-16 13:43:02 +02:00
|
|
|
help
|
|
|
|
Use the latest busybox CVS snapshot instead of release.
|
2005-03-06 05:34:52 +02:00
|
|
|
|
2005-11-05 04:16:36 +02:00
|
|
|
For fun, you should say Y.
|
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
menu "Busybox Configuration"
|
|
|
|
depends BR2_PACKAGE_BUSYBOX
|
|
|
|
|
|
|
|
source package/busybox/config/Config.in
|
|
|
|
|
|
|
|
endmenu
|
2005-11-05 04:16:36 +02:00
|
|
|
|
|
|
|
endmenu
|