From: Felix Fietkau Date: Fri, 9 Jun 2006 01:55:14 +0000 (+0000) Subject: update ebtables to 2.0.8-rc2 (#558) X-Git-Tag: whiterussian_rc6~220 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d60b29e7a75f2c3d7554554eb657b562c1393fd0;p=openwrt%2Fsvn-archive%2Fopenwrt.git update ebtables to 2.0.8-rc2 (#558) SVN-Revision: 3922 --- diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index d9c1c997d2..952ac29dd8 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/package/ebtables/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ebtables -PKG_VERSION:=2.0.6 -PKG_RELEASE:=2 -PKG_MD5SUM:=c4559af2366c764c6c42a3fdd40d60d3 +PKG_VERSION:=2.0.8-rc2 +PKG_RELEASE:=1 +PKG_MD5SUM:=f07111fcc1966be669278433c35dcc28 PKG_SOURCE_URL:=@SF/ebtables PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz diff --git a/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch b/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch deleted file mode 100644 index 1973ea57f7..0000000000 --- a/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ebtables-v2.0.6/ebtables.c 2003-11-02 19:22:56.000000000 +0100 -+++ ebtables-patch/ebtables.c 2005-03-29 08:03:09.734707134 +0200 -@@ -1171,6 +1171,7 @@ - continue; - return i; - letscontinue: -+ {}; - } - return -1; - }