diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-09-07 16:21:15 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-09-07 16:21:15 +0000 |
commit | 7af30b4cef9a64e357047234b5ec7e2d3b85677d (patch) | |
tree | a7b54b87ee5a31e0ad3a569055884be65792f9a5 /package/network/ipv6/map/Makefile | |
parent | 8ac42ac28bc6be99ccb671ac89a93c9f5eb8d723 (diff) | |
download | upstream-7af30b4cef9a64e357047234b5ec7e2d3b85677d.tar.gz upstream-7af30b4cef9a64e357047234b5ec7e2d3b85677d.tar.bz2 upstream-7af30b4cef9a64e357047234b5ec7e2d3b85677d.zip |
map: ignore insignificant PSID bits
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46804
Diffstat (limited to 'package/network/ipv6/map/Makefile')
-rw-r--r-- | package/network/ipv6/map/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/map/Makefile b/package/network/ipv6/map/Makefile index a45e9bc1fd..1d423150b9 100644 --- a/package/network/ipv6/map/Makefile +++ b/package/network/ipv6/map/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map PKG_VERSION:=4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk |