add uclibc 0.9.30.1
[lede-git/.git] / toolchain / uClibc / Config.in
index 8e6ab37202c944a08e7c354179d94856f22428dd..78abd98c455d1243796e5d3734f900d03355713b 100644 (file)
@@ -17,6 +17,9 @@ choice
        config UCLIBC_VERSION_0_9_29
                bool "uClibc 0.9.29"
 
+       config UCLIBC_VERSION_0_9_30
+               bool "uClibc 0.9.30"
+
 endchoice
 
 config UCLIBC_EXTRA_VERSION
@@ -25,6 +28,7 @@ config UCLIBC_EXTRA_VERSION
        depends on TOOLCHAINOPTS && USE_UCLIBC
        default "snapshot"   if UCLIBC_VERSION_SNAPSHOT
        default ".2"         if UCLIBC_VERSION_0_9_28
+       default ".1"         if UCLIBC_VERSION_0_9_30
        default ""
        help
            Default for version 0.9.28 is ".02", for daily snapshot it's just "snapshot"