remove obsolete comment
[openwrt-10.03/.git] / toolchain / uClibc / Config.in
1 # Choose uclibc version.
2
3 choice
4         prompt "uClibc Version"
5         depends on TOOLCHAINOPTS && USE_UCLIBC
6         default UCLIBC_VERSION_0_9_29
7         help
8           Select the version of uClibc you wish to use.
9
10         config UCLIBC_VERSION_SNAPSHOT
11                 bool "uClibc snapshot"
12
13         config UCLIBC_VERSION_0_9_28
14                 bool "uClibc 0.9.28"
15
16         config UCLIBC_VERSION_0_9_29
17                 bool "uClibc 0.9.29"
18
19         config UCLIBC_VERSION_0_9_30
20                 bool "uClibc 0.9.30"
21
22 endchoice
23
24 config UCLIBC_EXTRA_VERSION
25         string
26         prompt "Extra uClibc version"
27         depends on TOOLCHAINOPTS && USE_UCLIBC
28         default "snapshot"   if UCLIBC_VERSION_SNAPSHOT
29         default ".2"         if UCLIBC_VERSION_0_9_28
30         default ".1"         if UCLIBC_VERSION_0_9_30
31         default ""
32         help
33             Default for version 0.9.28 is ".02", for daily snapshot it's just "snapshot"
34             For all other versions the default string is empty.