modify the kconfig system for openwrt
[openwrt-10.03/.git] / toolchain / uClibc / Config.in
1 # Choose uClibc options
2 #
3 if CONFIG_DEVEL
4         comment "uClibc Options"
5 endif
6
7 config BR2_UCLIBC_VERSION_SNAPSHOT
8         bool
9         prompt "Use the daily snapshot of uClibc?" if CONFIG_DEVEL
10         default n
11         help
12             Would you like to use the latest daily snapshot?
13
14 config BR2_USE_UCLIBC_SNAPSHOT
15         string
16         default "snapshot"
17         depends on BR2_UCLIBC_VERSION_SNAPSHOT
18