ar71xx: adjust ew-dorin platform for LAN+WAN setup
[openwrt.git] / toolchain / Config.in
index 0d13913..7c0e3ce 100644 (file)
@@ -15,8 +15,8 @@ menuconfig TARGET_OPTIONS
 
        config SOFT_FLOAT
                bool "Use software floating point by default" if TARGET_OPTIONS
-               default y
-               depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU
+               default y if !HAS_FPU
+               depends on arm || armeb || powerpc || mipsel || mips || mips64el || mips64
                help
                  If your target CPU does not have a Floating Point Unit (FPU) or a
                  kernel FPU emulator, but you still wish to support floating point
@@ -219,6 +219,7 @@ choice
        config LIBC_USE_MUSL
                bool "Use musl"
                select USE_MUSL
+               depends on BROKEN
                depends on !(mips64 || mips64el)
 
 endchoice