diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-10-15 08:56:59 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-10-15 08:56:59 +0000 |
commit | 8e9196d1cb981d9a68cb79a9a12b8bafc92cdabf (patch) | |
tree | 980f48e1581bb7b9a3e6b36b1ea9feb77f2bed59 /package/network/ipv6/6in4/Makefile | |
parent | ee480b694f101c9003709b2c52aef8b994d05419 (diff) | |
download | upstream-8e9196d1cb981d9a68cb79a9a12b8bafc92cdabf.tar.gz upstream-8e9196d1cb981d9a68cb79a9a12b8bafc92cdabf.tar.bz2 upstream-8e9196d1cb981d9a68cb79a9a12b8bafc92cdabf.zip |
6in4: add tunlink option support
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 47189
Diffstat (limited to 'package/network/ipv6/6in4/Makefile')
-rw-r--r-- | package/network/ipv6/6in4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile index 2ffdfc0e95..9eca57af63 100644 --- a/package/network/ipv6/6in4/Makefile +++ b/package/network/ipv6/6in4/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=21 -PKG_RELEASE:=2 +PKG_VERSION:=22 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk |