summaryrefslogtreecommitdiff
path: root/openwrt/package/ebtables/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-09 01:55:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-09 01:55:14 +0000
commit528df9c6471e560d2b0d439d5812cf6ddcdf5566 (patch)
tree5792fc3bd8397e3171b63f978d2c063f3267b758 /openwrt/package/ebtables/Makefile
parent202ddb72dab4863d596130067c39c34b0c93e765 (diff)
downloadmtk-20170518-528df9c6471e560d2b0d439d5812cf6ddcdf5566.zip
mtk-20170518-528df9c6471e560d2b0d439d5812cf6ddcdf5566.tar.gz
mtk-20170518-528df9c6471e560d2b0d439d5812cf6ddcdf5566.tar.bz2
update ebtables to 2.0.8-rc2 (#558)
SVN-Revision: 3922
Diffstat (limited to 'openwrt/package/ebtables/Makefile')
-rw-r--r--openwrt/package/ebtables/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile
index 04bb99d..f6f01fa 100644
--- a/openwrt/package/ebtables/Makefile
+++ b/openwrt/package/ebtables/Makefile
@@ -3,13 +3,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ebtables
-PKG_VERSION:=2.0.6
-PKG_RELEASE:=2
+PKG_VERSION:=2.0.8-rc2
+PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/ebtables
-PKG_MD5SUM:=c4559af2366c764c6c42a3fdd40d60d3
+PKG_MD5SUM:=f07111fcc1966be669278433c35dcc28
PKG_CAT:=zcat
include $(TOPDIR)/package/rules.mk