diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-12 14:42:38 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-12 14:42:38 +0000 |
commit | 91c7f8937daba18d875a380adc3c07f77c93abb4 (patch) | |
tree | 0b6a26da815bd53e1d734556d1aedac0e51afd51 /toolchain/eglibc/Config.version | |
parent | 83743f9e5c79b7d2b466e4d43dfcb508e0c5259a (diff) |
[toolchain] add support for eglibc 2.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33738 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r-- | toolchain/eglibc/Config.version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index 6b8895f0b5..c83b391411 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -4,4 +4,5 @@ config EGLIBC_VERSION default "2.13" if EGLIBC_VERSION_2_13 default "2.14.1" if EGLIBC_VERSION_2_14 default "2.15" if EGLIBC_VERSION_2_15 + default "2.16" if EGLIBC_VERSION_2_16 default "2.13" |