diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-12 14:45:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-12 14:45:50 +0000 |
commit | b9a33c08d621459eab6f894c40d45701e3e4111e (patch) | |
tree | 3cbfd5917c517ebb6b03a3eeb4d842bbad7709c6 /toolchain/eglibc | |
parent | aeb9305c5c64708ff80817a956f425d5b1dd3e00 (diff) | |
download | upstream-b9a33c08d621459eab6f894c40d45701e3e4111e.tar.gz upstream-b9a33c08d621459eab6f894c40d45701e3e4111e.tar.bz2 upstream-b9a33c08d621459eab6f894c40d45701e3e4111e.zip |
[toolchain] eglibc: remove duplicate line introduced in r33738
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33740 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in index 0336767cfb..5ea53612c6 100644 --- a/toolchain/eglibc/Config.in +++ b/toolchain/eglibc/Config.in @@ -30,7 +30,6 @@ config EGLIBC_REVISION default "15508" if EGLIBC_VERSION_2_13 default "16488" if EGLIBC_VERSION_2_14 default "18909" if EGLIBC_VERSION_2_15 - default "18909" if EGLIBC_VERSION_2_15 default "19922" if EGLIBC_VERSION_2_16 default "" |