X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/db0c7634b9741ef9d3c2b2b5bb68fd98461736ac..8b71343ecdf405f73f7a189928c17358ce15aa33:/toolchain/eglibc/Makefile diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index d237f4e12..0363dd906 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -27,6 +27,9 @@ endif ifeq ($(PKG_VERSION),2.9) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_9 endif +ifeq ($(PKG_VERSION),2.10.1) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10 +endif ifeq ($(PKG_VERSION),trunk) PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk endif