ar71xx: add missing ethernet driver fix backport (fixes #10089)
[openwrt/svn-archive/archive.git] / toolchain / uClibc / Config.version
1 config UCLIBC_VERSION
2 string
3 depends on USE_UCLIBC
4 default "0.9.30.1" if UCLIBC_VERSION_0_9_30_1
5 default "0.9.30.2" if UCLIBC_VERSION_0_9_30_2
6 default "0.9.30.3" if UCLIBC_VERSION_0_9_30_3
7 default "0.9.30+nptl" if UCLIBC_VERSION_NPTL
8 default "0.9.30.1"
9
10 if !TOOLCHAINOPTS
11
12 config UCLIBC_VERSION_0_9_30_1
13 default y if USE_UCLIBC
14 bool
15
16 endif