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