reorganize/rationalize/format package menuconfig,
[openwrt.git] / package / busybox / Config.in
1 menu "busybox........................... The Swiss Army Knife of embedded Linux"
2
3 config BR2_PACKAGE_BUSYBOX
4         prompt "busybox........................... The Swiss Army Knife of embedded Linux"
5         bool
6         default y
7         help
8           The Swiss Army Knife of embedded Linux.  It slices, it dices, it
9           makes Julian Fries.
10           
11           http://busybox.net/
12           
13           Most people will answer Y.
14
15 config BR2_PACKAGE_BUSYBOX_SNAPSHOT
16         bool "Use the daily snapshot of busybox?"
17         depends BR2_PACKAGE_BUSYBOX
18         depends CONFIG_DEVEL
19         default n
20         help
21           Use the latest busybox CVS snapshot instead of release.
22           
23           For fun, you should say Y.
24
25 menu "Busybox Configuration"
26         depends BR2_PACKAGE_BUSYBOX
27
28 source package/busybox/config/Config.in
29
30 endmenu
31
32 endmenu