diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-26 18:21:24 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-26 18:21:24 +0000 |
commit | 0c962366e6db090bca73183124e983286771bfb9 (patch) | |
tree | 96ae8d7b703d4e72cd9bf09685568f92b0ca8d8f /package/util-linux/Makefile | |
parent | 1fb234e5c480981c42225c5afc6654c3f9b6bb80 (diff) | |
download | upstream-0c962366e6db090bca73183124e983286771bfb9.tar.gz upstream-0c962366e6db090bca73183124e983286771bfb9.tar.bz2 upstream-0c962366e6db090bca73183124e983286771bfb9.zip |
add a '@KERNEL' download facility, tweak script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux/Makefile')
-rw-r--r-- | package/util-linux/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 6c5a6972f6..810a093677 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -13,10 +13,7 @@ PKG_VERSION:=2.12r PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.kernel.org/pub/linux/utils/$(PKG_NAME)/ \ - http://ftp.kernel.org/pub/linux/utils/$(PKG_NAME)/ \ - ftp://ftp.de.kernel.org/pub/linux/utils/$(PKG_NAME)/ \ - http://ftp.de.kernel.org/pub/linux/utils/$(PKG_NAME)/ +PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/ PKG_MD5SUM:=c261230b27fc0fbcc287c76884caf2d3 include $(INCLUDE_DIR)/package.mk |