X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2Feglibc%2FConfig.in;h=f7df171a55001388d57f1fdd336a3f5fc88d6225;hp=a8d3de6f5316eb39df825d5dc802d58daf6440b8;hb=6831c99f65e1d731d1916c58b29e6254d369620e;hpb=e3689f3badeadc906471feabdfd6c7e06f2c6fcc diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in index a8d3de6f53..f7df171a55 100644 --- a/toolchain/eglibc/Config.in +++ b/toolchain/eglibc/Config.in @@ -13,9 +13,6 @@ choice bool "eglibc 2.14" depends !GCC_VERSION_LLVM - config EGLIBC_VERSION_TRUNK - bool "eglibc trunk" - endchoice config EGLIBC_REVISION @@ -24,7 +21,6 @@ config EGLIBC_REVISION depends on TOOLCHAINOPTS && USE_EGLIBC default "15508" if EGLIBC_VERSION_2_13 default "16488" if EGLIBC_VERSION_2_14 - default "HEAD" if EGLIBC_VERSION_TRUNK default "" menu "eglibc configuration"