openwrtv4/openwrt/package/busybox/Config.in

33 lines
727 B
Text
Raw Normal View History

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