diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-03-14 00:26:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-03-14 00:26:47 +0000 |
commit | 9369032f357fc3c6088c102e4883163cfd730bd9 (patch) | |
tree | 03e53c0e43881c27754244d1f0bfe2e4ff4f3dc0 /package/pciutils | |
parent | c3cb38beb5db8f0f5d64d2638eae6e7b21242936 (diff) | |
download | upstream-9369032f357fc3c6088c102e4883163cfd730bd9.tar.gz upstream-9369032f357fc3c6088c102e4883163cfd730bd9.tar.bz2 upstream-9369032f357fc3c6088c102e4883163cfd730bd9.zip |
add mirror url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3365 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pciutils')
-rw-r--r-- | package/pciutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/pciutils/Makefile b/package/pciutils/Makefile index b77618242e..cdf2ab0eb8 100644 --- a/package/pciutils/Makefile +++ b/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 |