diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-09-01 18:48:22 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-09-01 18:48:22 +0000 |
commit | 7e009c15988cc1ef19b5593cecd2f9187c9849a7 (patch) | |
tree | 5fa6a2e4de0a4569967d1ddde56e713894822007 /package/network/ipv6/map/Makefile | |
parent | 37160e21bbace045119b0733fe853e9cdb56ab02 (diff) | |
download | upstream-7e009c15988cc1ef19b5593cecd2f9187c9849a7.tar.gz upstream-7e009c15988cc1ef19b5593cecd2f9187c9849a7.tar.bz2 upstream-7e009c15988cc1ef19b5593cecd2f9187c9849a7.zip |
map: add debug-code for mapcalc
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46763
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 3757ed6088..a45e9bc1fd 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:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk |