aboutsummaryrefslogtreecommitdiffstats
path: root/package/arptables/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-14 19:36:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-14 19:36:35 +0000
commitc3e35150b6af39cbea0747676f8ef0848a0d3d1e (patch)
tree4db5f0e5f839978245d5e4cb3c01a6c22e95d61d /package/arptables/Makefile
parent486dffd245c24765903fcf6d10ae563847cae8c5 (diff)
downloadupstream-c3e35150b6af39cbea0747676f8ef0848a0d3d1e.tar.gz
upstream-c3e35150b6af39cbea0747676f8ef0848a0d3d1e.tar.bz2
upstream-c3e35150b6af39cbea0747676f8ef0848a0d3d1e.zip
update arptables to latest upstream version and fix compile with 2.6.19
SVN-Revision: 5793
Diffstat (limited to 'package/arptables/Makefile')
-rw-r--r--package/arptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/arptables/Makefile b/package/arptables/Makefile
index ac3639a0fb..4a27223b7c 100644
--- a/package/arptables/Makefile
+++ b/package/arptables/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=arptables
-PKG_VERSION:=0.0.3
+PKG_VERSION:=0.0.3-2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/ebtables
-PKG_MD5SUM:=1672244603c8979577aa4738be35a759
+PKG_MD5SUM:=283d19292bd99913dc3a42842826c286
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)