aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/map/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-10-02 19:15:38 +0000
committerSteven Barth <steven@midlink.org>2014-10-02 19:15:38 +0000
commit332585be143449caa5ba6ce3296fe84b97bbc845 (patch)
treec160780a0e73d395b9a2bd202c8d1a0e9da88cb6 /package/network/ipv6/map/Makefile
parente2ca113a8d988e6ce79a364b503e7ed9ebf63499 (diff)
downloadmaster-187ad058-332585be143449caa5ba6ce3296fe84b97bbc845.tar.gz
master-187ad058-332585be143449caa5ba6ce3296fe84b97bbc845.tar.bz2
master-187ad058-332585be143449caa5ba6ce3296fe84b97bbc845.zip
map: fix portsets starting with 0 and use regular NAT for 1:1 MAP
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/map/Makefile')
-rw-r--r--package/network/ipv6/map/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/map/Makefile b/package/network/ipv6/map/Makefile
index 0f64ebef94..3e010493a8 100644
--- a/package/network/ipv6/map/Makefile
+++ b/package/network/ipv6/map/Makefile
@@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=map
-PKG_VERSION:=1
-PKG_RELEASE:=2
+PKG_VERSION:=2
+PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk