diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-26 18:21:24 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-26 18:21:24 +0000 |
commit | 34d7258a8a136363197d63bac464524234c8eb6d (patch) | |
tree | 96ae8d7b703d4e72cd9bf09685568f92b0ca8d8f /package/udev/Makefile | |
parent | 24458ad0c5c40f0073a162b5e192527eaba00006 (diff) |
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/udev/Makefile')
-rw-r--r-- | package/udev/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/udev/Makefile b/package/udev/Makefile index 4e00d6b771..9f015871f6 100644 --- a/package/udev/Makefile +++ b/package/udev/Makefile @@ -13,12 +13,7 @@ PKG_VERSION:=106 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ \ - http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ \ - ftp://ftp.de.kernel.org/pub/linux/utils/kernel/hotplug/ \ - http://ftp.de.kernel.org/pub/linux/utils/kernel/hotplug/ \ - ftp://ftp.fr.kernel.org/pub/linux/utils/kernel/hotplug/ \ - http://ftp.fr.kernel.org/pub/linux/utils/kernel/hotplug/ +PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/hotplug/ PKG_MD5SUM:=320ccd2d0f4540d10e021bafa14f8985 include $(INCLUDE_DIR)/package.mk |