diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-16 14:50:52 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-16 14:50:52 +0000 |
commit | 51b83c79b86a9421b0cbdae09f42dd89b96c9c9f (patch) | |
tree | 479a58ac20cdabf6a773c86feba5916dc88c41c3 /openwrt/package/arptables | |
parent | ea5aab99e52efc978e82319f15b8f621e8f23fb2 (diff) | |
download | mtk-20170518-51b83c79b86a9421b0cbdae09f42dd89b96c9c9f.zip mtk-20170518-51b83c79b86a9421b0cbdae09f42dd89b96c9c9f.tar.gz mtk-20170518-51b83c79b86a9421b0cbdae09f42dd89b96c9c9f.tar.bz2 |
use another mirror, this mirror is down
SVN-Revision: 381
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 3058fa1..961ee5e 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 |