ramips: fix GPIO names for RT5350F-OLinuXino-EVB
[openwrt.git] / toolchain / Config.in
index 1eb99e3..d1de8f3 100644 (file)
@@ -257,10 +257,11 @@ config INSIGHT
          Enable if you want to build insight-gdb.
 
 config USE_GLIBC
+       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (mips64 || mips64el)
        bool
 
 config USE_UCLIBC
-       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc || mips64 || mips64el)
+       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc)
        bool
 
 config USE_MUSL