summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/map/Makefile
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-10-02 19:15:38 +0000
committerSteven Barth <cyrus@openwrt.org>2014-10-02 19:15:38 +0000
commitdef69a96e91d70ea3721776c6e9355db3cc31da7 (patch)
treefcdd283372a6d276b5d62f8220bf11906991e3fd /package/network/ipv6/map/Makefile
parent2fa8a656a690063e6a2f0ed4f7bcaab5e2edc073 (diff)
downloadmaster-31e0f0ae-def69a96e91d70ea3721776c6e9355db3cc31da7.tar.gz
master-31e0f0ae-def69a96e91d70ea3721776c6e9355db3cc31da7.tar.bz2
master-31e0f0ae-def69a96e91d70ea3721776c6e9355db3cc31da7.zip
map: fix portsets starting with 0 and use regular NAT for 1:1 MAP
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42741
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