summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth2015-07-02 18:53:38 +0000
committerSteven Barth2015-07-02 18:54:12 +0000
commit2e110ce133821000cc6aa7063ad293b57a607fc9 (patch)
treefdf8a302e7c0a94bd47bfaf6256a8f21d98a8438
parent6172dcef329e1b306149cded3340da8f28501266 (diff)
downloadrouting-2e110ce133821000cc6aa7063ad293b57a607fc9.tar.gz
nat46: fix netfilter references
Signed-off-by: Steven Barth <steven@midlink.org>
-rw-r--r--nat46/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nat46/Makefile b/nat46/Makefile
index 24ecbef..65b92c2 100644
--- a/nat46/Makefile
+++ b/nat46/Makefile
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=nat46
-PKG_VERSION:=5
+PKG_VERSION:=6
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/ayourtch/nat46.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=ead1fb8e1b9064f750a128e2d5a05244bb41c01d
+PKG_SOURCE_VERSION:=8ff2ae59ec9840a7b8b45f976c51cae80abe0226
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
PKG_LICENSE:=GPL-2.0