523120a454dff74860864c782b0ac5fbcb15ffd0
[openwrt.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 depends BROKEN
12 bool "uClibc snapshot"
13
14 config UCLIBC_VERSION_0_9_28
15 bool "uClibc 0.9.28"
16 depends !(mips64 || mips64el)
17
18 config UCLIBC_VERSION_0_9_29
19 bool "uClibc 0.9.29"
20
21 config UCLIBC_VERSION_0_9_30
22 bool "uClibc 0.9.30"
23
24 endchoice
25
26 config UCLIBC_VERSION_NPTL
27 bool "Use NPTL branch"
28 depends on TOOLCHAINOPTS && USE_UCLIBC
29 depends on UCLIBC_VERSION_0_9_30
30 depends BROKEN
31
32
33 config UCLIBC_EXTRA_VERSION
34 string
35 prompt "Extra uClibc version"
36 depends on TOOLCHAINOPTS && USE_UCLIBC
37 default "snapshot" if UCLIBC_VERSION_SNAPSHOT
38 default ".2" if UCLIBC_VERSION_0_9_28
39 default ".1" if UCLIBC_VERSION_0_9_30 && !UCLIBC_VERSION_NPTL
40 default ""
41 help
42 Default for version 0.9.28 is ".02", for daily snapshot it's just "snapshot"
43 For all other versions the default string is empty.
This page took 0.045857 seconds and 3 git commands to generate.