diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-05-31 10:07:35 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-05-31 10:07:35 +0000 |
commit | 1541d79b6a52160cf83c3441ae29eae0f3a32b57 (patch) | |
tree | c4ca006ce8f0a857a0232791ce2939487aca6389 /tools | |
parent | d6ab39704437d7497289cde1d720bef2b774117b (diff) | |
download | upstream-1541d79b6a52160cf83c3441ae29eae0f3a32b57.tar.gz upstream-1541d79b6a52160cf83c3441ae29eae0f3a32b57.tar.bz2 upstream-1541d79b6a52160cf83c3441ae29eae0f3a32b57.zip |
[tools] fix download url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16226 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bison/Makefile | 2 | ||||
-rw-r--r-- | tools/sed/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 60b4946820..16947c7d4f 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=bison PKG_VERSION:=2.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/$(PKG_NAME) +PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_MD5SUM:=22327efdd5080e2b1acb6e560a04b43a PKG_CAT:=zcat diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 6b3122d161..f15299c96c 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=sed PKG_VERSION:=4.1.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/$(PKG_NAME) +PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_MD5SUM:=928f0e06422f414091917401f1a834d0 PKG_CAT:=zcat export SED:= |