From 57a8bd2bc5a057282acf214f1bcb58a5b7b97761 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Sun, 15 Mar 2015 06:35:18 +0000
Subject: [PATCH] toolchain: r44701 accidentially removed the uclibc default
 when TOOLCHAINOPTS is set

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 44766
---
 toolchain/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/Config.in b/toolchain/Config.in
index c8a02f3a76..bab583dd9c 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -212,6 +212,7 @@ comment "C Library"
 choice
 	prompt "C Library implementation" if TOOLCHAINOPTS
 	default LIBC_USE_GLIBC if (aarch64 || aarch64_be)
+	default LIBC_USE_UCLIBC
 	help
 	  Select the C library implementation.
 
-- 
GitLab