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