The source tarballs of binutils version 2.20.1 / 2.21.1 got repackaged and replaced
by new versions back in 2011. This was due to missing license files* - the change
didn't affect the actual source code.
Since we can't just change the md5sum and replace the tarball (as it might break
previous releases/builds), the "old" tarballs got put on our mirror servers.
As they're the only ones providing "valid" archives, directly point to them
instead of trying the GNU ones before.
*http://sourceware.org/ml/binutils/2011-08/msg00198.html
SVN-Revision: 32037
PKG_VERSION:=$(call qstrip,$(CONFIG_BINUTILS_VERSION))
BIN_VERSION:=$(PKG_VERSION)
-PKG_SOURCE_URL:=@GNU/binutils/
+PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
ifeq ($(PKG_VERSION),2.18)