sunxi: update 3.13 defconfig to include lradc driver
[openwrt/openwrt.git] / toolchain / musl / Config.in
index fa1e445700777ca4bfb33b93a5611651eb5f6c77..4049f24664cf4a340fb05df07ac95615d2b14bd0 100644 (file)
@@ -3,12 +3,13 @@
 choice
        prompt "musl Version"
        depends on TOOLCHAINOPTS && USE_MUSL
-       default UCLIBC_VERSION_0_9_7
+       default MUSL_USE_VERSION_0_9_15
        help
          Select the version of musl you wish to use.
 
-       config MUSL_VERSION_0_9_7
-               bool "musl 0.9.7"
+       config MUSL_USE_VERSION_0_9_15
+               select MUSL_VERSION_0_9_15
+               bool "musl 0.9.15"
 
 endchoice