From 34d7258a8a136363197d63bac464524234c8eb6d Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 26 Aug 2007 18:21:24 +0000 Subject: add a '@KERNEL' download facility, tweak script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/util-linux/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'package/util-linux') diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 6c5a6972f..810a09367 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 -- cgit v1.2.3