diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-01-13 19:00:39 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-01-13 19:00:39 +0000 |
commit | 252bb0eeae2c3d4983410aeda79b1c018d1d9164 (patch) | |
tree | 9f86d7b31e0dcf274b9a64c6cebe83dcfa2b19e0 /package/network/ipv6/map/Makefile | |
parent | 2b366700b0c9dd2f903bdcbdc1fd1b1c8989a50d (diff) | |
download | upstream-252bb0eeae2c3d4983410aeda79b1c018d1d9164.tar.gz upstream-252bb0eeae2c3d4983410aeda79b1c018d1d9164.tar.bz2 upstream-252bb0eeae2c3d4983410aeda79b1c018d1d9164.zip |
map: export calculated ruleset to /tmp
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43961
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 2848fe9ea2..ed358defac 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:=3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk |