[MINI2440] Updated defconfig to add (optional) packages
[openwrt/mini2440.git] / toolchain / uClibc / Config.in
blob9b670bd55adc414f277f7c714fde93aa058a61c9
1 # Choose uclibc version.
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           Default for kernel 2.6 is 0.9.29, for kernel 2.4 it is 0.9.28 .
11         config UCLIBC_VERSION_SNAPSHOT
12                 bool "uClibc snapshot"
14         config UCLIBC_VERSION_0_9_28
15                 bool "uClibc 0.9.28"
17         config UCLIBC_VERSION_0_9_29
18                 bool "uClibc 0.9.29"
20         config UCLIBC_VERSION_0_9_30
21                 bool "uClibc 0.9.30"
23 endchoice
25 config UCLIBC_EXTRA_VERSION
26         string
27         prompt "Extra uClibc version"
28         depends on TOOLCHAINOPTS && USE_UCLIBC
29         default "snapshot"   if UCLIBC_VERSION_SNAPSHOT
30         default ".2"         if UCLIBC_VERSION_0_9_28
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.