X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=blobdiff_plain;f=toolchain%2Fglibc%2FConfig.in;fp=toolchain%2Fglibc%2FConfig.in;h=ef5ef562f44c93aac118213cc2bced2dcef44728;hp=b44d1f68183fe595eb5ee8176b807e7fdaa0ac14;hb=bf604f35035ae49a3db8a1e1ff67f512a0de86bd;hpb=98206cb9c62a86f3e72b74a71e9ed836bac1fc71 diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in index b44d1f6818..ef5ef562f4 100644 --- a/toolchain/glibc/Config.in +++ b/toolchain/glibc/Config.in @@ -1,5 +1,5 @@ choice - prompt "(e)glibc version" + prompt "glibc version" depends on TOOLCHAINOPTS && USE_GLIBC default GLIBC_USE_VERSION_2_22 help @@ -9,4 +9,8 @@ choice bool "glibc 2.22" select GLIBC_VERSION_2_22 + config GLIBC_USE_VERSION_2_24 + bool "glibc 2.24" + select GLIBC_VERSION_2_24 + endchoice