ar71xx: add kernel support for the TL-WA901ND v3 board
[openwrt.git] / toolchain / musl / Config.in
index 36edf54..6bc7cce 100644 (file)
@@ -3,6 +3,7 @@
 choice
        prompt "musl Version"
        depends on TOOLCHAINOPTS && USE_MUSL
+       depends on BROKEN
        default MUSL_USE_VERSION_0_9_8
        help
          Select the version of musl you wish to use.
@@ -19,6 +20,10 @@ choice
                select MUSL_VERSION_0_9_10
                bool "musl 0.9.10"
 
+       config MUSL_USE_VERSION_0_9_11
+               select MUSL_VERSION_0_9_11
+               bool "musl 0.9.11"
+
 endchoice