summaryrefslogtreecommitdiff
path: root/package/util-linux
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-26 18:21:24 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-26 18:21:24 +0000
commit1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff (patch)
tree04554ed3f0fd240198b3d807d12aa65fcd71532a /package/util-linux
parentb35e6fe3bad807e9a8fcb00d4b916c1b8480b982 (diff)
downloadmtk-20170518-1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff.zip
mtk-20170518-1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff.tar.gz
mtk-20170518-1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff.tar.bz2
add a '@KERNEL' download facility, tweak script
SVN-Revision: 8495
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index 6c5a697..810a093 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