X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3af82587f3b1a1cfa76bf7990dddf0548ad7f981..4033e9dfab513e6a2006d6008e6db7d5f6e02b7b:/package/arptables/Makefile diff --git a/package/arptables/Makefile b/package/arptables/Makefile index 03c6322fe..961ee5e2a 100644 --- a/package/arptables/Makefile +++ b/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 @@ -44,3 +44,4 @@ install: $(IPKG_STATE_DIR)/info/arptables.list clean: rm -rf $(PKG_BUILD_DIR) + rm -f $(PKG_IPK)