diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-29 09:22:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-29 09:22:52 +0000 |
commit | 83ccc9a8f64339427e25b1bc1e546e165fef1dc8 (patch) | |
tree | 81fcd82a319ea33da17764f45181fc8614f22944 /package/network/ipv6/6in4/Makefile | |
parent | 2e19fa077798c2d9151b5254a877afbb6d23a737 (diff) | |
download | mtk-20170518-83ccc9a8f64339427e25b1bc1e546e165fef1dc8.zip mtk-20170518-83ccc9a8f64339427e25b1bc1e546e165fef1dc8.tar.gz mtk-20170518-83ccc9a8f64339427e25b1bc1e546e165fef1dc8.tar.bz2 |
6in4: adjust update url (#16617)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40876
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 ea211e9..bd99972 100644 --- a/package/network/ipv6/6in4/Makefile +++ b/package/network/ipv6/6in4/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2012 OpenWrt.org +# Copyright (C) 2010-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=15 +PKG_VERSION:=16 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |