diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-16 14:50:52 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-16 14:50:52 +0000 |
commit | 9a573e7f7f1e624f67403590268ff56085d8dbe3 (patch) | |
tree | 479a58ac20cdabf6a773c86feba5916dc88c41c3 /openwrt/package/arptables | |
parent | 63bdd145f5ecae617f8d990203083726b55772cd (diff) |
use another mirror, this mirror is down
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@381 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/arptables')
-rw-r--r-- | openwrt/package/arptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/arptables/Makefile b/openwrt/package/arptables/Makefile index 3058fa18e..961ee5e2a 100644 --- a/openwrt/package/arptables/Makefile +++ b/openwrt/package/arptables/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=arptables PKG_VERSION:=0.0.3 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://umn.dl.sourceforge.net/sourceforge/ebtables/ +PKG_SOURCE_URL:=http://unc.dl.sourceforge.net/sourceforge/ebtables/ PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION) PKG_CAT:=zcat |