toolchain/musl: update to the latest version, adds aarch64 support
[openwrt.git] / toolchain / Config.in
index 4362170..7b365e4 100644 (file)
@@ -228,7 +228,7 @@ choice
        config LIBC_USE_MUSL
                select USE_MUSL
                bool "Use musl"
-               depends on !(mips64 || mips64el || aarch64 || aarch64_be)
+               depends on !(mips64 || mips64el)
 
 endchoice