aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/map/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-01-13 19:02:32 +0000
committerSteven Barth <steven@midlink.org>2015-01-13 19:02:32 +0000
commitae69e6dbf8dbd95128838f2b55b4057bc29ada02 (patch)
treea4e2cb0c4a8347f7d88750d06e545ae5d963d1e6 /package/network/ipv6/map/Makefile
parent231a34f6204d064d9a88ad9a6c3829137eda969d (diff)
downloadupstream-ae69e6dbf8dbd95128838f2b55b4057bc29ada02.tar.gz
upstream-ae69e6dbf8dbd95128838f2b55b4057bc29ada02.tar.bz2
upstream-ae69e6dbf8dbd95128838f2b55b4057bc29ada02.zip
map: backport fixes from trunk
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43962 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/map/Makefile')
-rw-r--r--package/network/ipv6/map/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/network/ipv6/map/Makefile b/package/network/ipv6/map/Makefile
index 3e010493a8..ed358defac 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,8 +8,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=map
-PKG_VERSION:=2
-PKG_RELEASE:=1
+PKG_VERSION:=3
+PKG_RELEASE:=2
+PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk