uClibc: enable xattr support to make feature sets of libc implementations closer...
[openwrt.git] / toolchain / uClibc / Config.version
1 config UCLIBC_VERSION
2         string
3         depends on USE_UCLIBC
4         default "0.9.33.2"       if UCLIBC_VERSION_0_9_33
5         default "1.0.6"          if UCLIBC_VERSION_NG
6         default "0.9.33.2"
7
8 config UCLIBC_VERSION_0_9_33
9         default y if !TOOLCHAINOPTS && USE_UCLIBC
10         bool
11
12 config UCLIBC_VERSION_NG
13         bool