diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-10-02 19:15:38 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-10-02 19:15:38 +0000 |
commit | def69a96e91d70ea3721776c6e9355db3cc31da7 (patch) | |
tree | fcdd283372a6d276b5d62f8220bf11906991e3fd /package/network/ipv6/map/Makefile | |
parent | 2fa8a656a690063e6a2f0ed4f7bcaab5e2edc073 (diff) | |
download | upstream-def69a96e91d70ea3721776c6e9355db3cc31da7.tar.gz upstream-def69a96e91d70ea3721776c6e9355db3cc31da7.tar.bz2 upstream-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/Makefile | 4 |
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 |