diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-13 19:21:45 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-14 14:50:07 +0200 |
commit | 68d4a3b5a6a6d03d67418e0b637628ecf9cbf192 (patch) | |
tree | fe6ae346024dc1676a5dc77559b7636391ce7736 /package | |
parent | 48b6fc2dbc0bd90be61e8f2b907e70f466379581 (diff) |
uclibc: use uClibc-ng by default
Since the uClibc project is not making any release since about 3
years, and the uClibc-ng project is now alive and delivering regular
releases based on uClibc master plus a number of fixes, let's make
uClibc-ng the default uClibc version used by Buildroot.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Waldemar Brodkorb <wbx@openadk.org>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'package')
-rw-r--r-- | package/uclibc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index dd2385356..9b29ae53f 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -18,7 +18,7 @@ config BR2_UCLIBC_VERSION_SUPPORTS_NPTL choice prompt "uClibc C library Version" - default BR2_UCLIBC_VERSION_0_9_33 + default BR2_UCLIBC_VERSION_NG help Select the version of uClibc you wish to use. |