hide experimental/developer options from the user. can be reenabled by using make...
[openwrt/staging/dedeckeh.git] / openwrt / 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 depends CONFIG_DEVEL
16 default n
17 help
18 Use the latest busybox CVS snapshot instead of release.
19
20 For fun, you should say Y.
21
22 menu "Busybox Configuration"
23 depends BR2_PACKAGE_BUSYBOX
24
25 source package/busybox/config/Config.in
26
27 endmenu