1 # Choose uclibc version.
4 prompt "uClibc Version" if TOOLCHAINOPTS
5 default UCLIBC_VERSION_0_9_29
7 Select the version of uClibc you wish to use.
8 Default for kernel 2.6 is 0.9.29, for kernel 2.4 it is 0.9.28 .
10 config UCLIBC_VERSION_SNAPSHOT
11 bool "uClibc snapshot"
13 config UCLIBC_VERSION_0_9_28
16 config UCLIBC_VERSION_0_9_29
21 config UCLIBC_EXTRA_VERSION
23 prompt "Extra uClibc version" if TOOLCHAINOPTS
24 default "snapshot" if UCLIBC_VERSION_SNAPSHOT
25 default ".2" if UCLIBC_VERSION_0_9_28
28 Default for version 0.9.28 is ".02", for daily snapshot it's just "snapshot"
29 For all other versions the default string is empty.