Author: nbd Date: 2015-07-10 13:28:44 +0200 (Fri, 10 Jul 2015) New Revision: 46291
Modified: branches/chaos_calmer/toolchain/Config.in Log: toolchain: mark musl as broken for the chaos_calmer branch Signed-off-by: Felix Fietkau <[email protected]> Modified: branches/chaos_calmer/toolchain/Config.in =================================================================== --- branches/chaos_calmer/toolchain/Config.in 2015-07-09 18:23:41 UTC (rev 46290) +++ branches/chaos_calmer/toolchain/Config.in 2015-07-10 11:28:44 UTC (rev 46291) @@ -228,6 +228,7 @@ config LIBC_USE_MUSL select USE_MUSL bool "Use musl" + depends on BROKEN depends on !(mips64 || mips64el) endchoice _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
