diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-01 13:02:22 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-01 13:02:22 +0000 |
commit | 0547cb9cb9104c94fbd5ddc513d00d755c3026ad (patch) | |
tree | f88d6e677432eb56cc11215736721138fb6015ac /toolchain/uClibc/Config.in | |
parent | 377e554200954998bf41e1b72c6491d08de76e55 (diff) | |
download | buildroot-novena-0547cb9cb9104c94fbd5ddc513d00d755c3026ad.tar.gz buildroot-novena-0547cb9cb9104c94fbd5ddc513d00d755c3026ad.zip |
uClibc: add uClibc 0.9.30 to kconfig and Makefile
This patch adds uClibc versino 0.9.30 to the list of selectable versions. The
version identification for snapshot is also updated to reflect 0.9.30.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 4af60ea4f..83a53432a 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -18,6 +18,10 @@ choice bool "uClibc 0.9.29" depends on BR2_EXT_UCLIBC_VERSION_0_9_29 + config BR2_UCLIBC_VERSION_0_9_30 + bool "uClibc 0.9.30" + depends on BR2_EXT_UCLIBC_VERSION_0_9_30 + config BR2_UCLIBC_VERSION_SNAPSHOT bool "daily snapshot" |