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 | 72466a917fae254fef408d8bcd2874da5608f53e (patch) | |
tree | 4fa7642cae7c0aa05efe46d91767c9c5392e7fd2 /openwrt/package/pciutils | |
parent | aec2ad5d9e0ab8e5c93a15f74fba38c36a1aeefe (diff) | |
download | mtk-20170518-72466a917fae254fef408d8bcd2874da5608f53e.zip mtk-20170518-72466a917fae254fef408d8bcd2874da5608f53e.tar.gz mtk-20170518-72466a917fae254fef408d8bcd2874da5608f53e.tar.bz2 |
add mirror url
SVN-Revision: 3365
Diffstat (limited to 'openwrt/package/pciutils')
-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 b776182..cdf2ab0 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 |