summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Config.in
diff options
context:
space:
mode:
authorHans-Christian Egtvedt2008-12-01 14:02:22 +0100
committerHans-Christian Egtvedt2008-12-01 14:02:22 +0100
commit0547cb9cb9104c94fbd5ddc513d00d755c3026ad (patch)
treef88d6e677432eb56cc11215736721138fb6015ac /toolchain/uClibc/Config.in
parentmplayer: make sure alsa-lib is installed before mplayer (diff)
downloadbuildroot-0547cb9cb9104c94fbd5ddc513d00d755c3026ad.tar.gz
buildroot-0547cb9cb9104c94fbd5ddc513d00d755c3026ad.tar.xz
buildroot-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.in4
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"