diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-14 00:26:47 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-14 00:26:47 +0000 |
commit | d8d410cec825847a58746aa603538d6a0ad8e424 (patch) | |
tree | e0d7134468317143bb02540e1a2944adbb0ad991 | |
parent | af3c8d623f5e2d2014ac24ebbb0272482cbacc53 (diff) |
add mirror url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3365 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/pciutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/pciutils/Makefile b/openwrt/package/pciutils/Makefile index b77618242e..cdf2ab0eb8 100644 --- a/openwrt/package/pciutils/Makefile +++ b/openwrt/package/pciutils/Makefile @@ -7,7 +7,8 @@ PKG_VERSION:=2.2.1 PKG_RELEASE:=1 PKG_MD5SUM:=c18e2a5f04e9abae5a42439de294f086 -PKG_SOURCE_URL:=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci +PKG_SOURCE_URL:=http://www.kernel.org/pub/software/utils/pciutils/ \ + ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |