diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-02-20 21:36:15 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-02-20 21:36:15 +0000 |
commit | 12fa3eae23edcd839944aec31cde19bda7dc49de (patch) | |
tree | af372ec7a45743bdd59513469abf082f7ad998f7 /package/network/ipv6/6in4/Makefile | |
parent | 223c6808baba3af4fde888b5a14196af99ebec4b (diff) | |
download | upstream-12fa3eae23edcd839944aec31cde19bda7dc49de.tar.gz upstream-12fa3eae23edcd839944aec31cde19bda7dc49de.tar.bz2 upstream-12fa3eae23edcd839944aec31cde19bda7dc49de.zip |
6in4: add support for he.net updatekey
SVN-Revision: 39646
Diffstat (limited to 'package/network/ipv6/6in4/Makefile')
-rw-r--r-- | package/network/ipv6/6in4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile index 992c5fc67b..ea211e92ef 100644 --- a/package/network/ipv6/6in4/Makefile +++ b/package/network/ipv6/6in4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=14 +PKG_VERSION:=15 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |