kernel: make sure all patches are applied before running menuconfig or oldconfig
[openwrt/staging/florian.git] / toolchain / uClibc / Config.version
1 config UCLIBC_VERSION
2 string
3 depends on USE_UCLIBC
4 default "" if UCLIBC_VERSION_snapshot
5 default "0.9.28" if UCLIBC_VERSION_0_9_28
6 default "0.9.29" if UCLIBC_VERSION_0_9_29
7 default "0.9.30" if UCLIBC_VERSION_0_9_30
8 default "0.9.29"
9