diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-01-12 10:56:54 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-01-12 10:56:54 +0000 |
commit | d73c382a734d54298c615f6b87482e877396862b (patch) | |
tree | c4afa0baacfed9fbf1b1ef9120e07e4a4adf433b /package/network/ipv6/map/Makefile | |
parent | b0a2d7ad0dbaec2ff9f6f5f87c20c534857c849b (diff) | |
download | upstream-d73c382a734d54298c615f6b87482e877396862b.tar.gz upstream-d73c382a734d54298c615f6b87482e877396862b.tar.bz2 upstream-d73c382a734d54298c615f6b87482e877396862b.zip |
map: ignore psid and psidlen if psidlen is 0
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43946
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 382fe0a8ba..2848fe9ea2 100644 --- a/package/network/ipv6/map/Makefile +++ b/package/network/ipv6/map/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 OpenWrt.org +# Copyright (C) 2014-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map -PKG_VERSION:=2 +PKG_VERSION:=3 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 |