aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6in4
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-05-29 09:22:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-05-29 09:22:52 +0000
commitb37fc42ba75a909df07cbfe8336b9a66f4cf5c42 (patch)
tree8669c58a2a8145e0bb67859fa20a1c2f545cb364 /package/network/ipv6/6in4
parent798d7b55fc4379994d4e6d67fc617b4b6005192b (diff)
downloadupstream-b37fc42ba75a909df07cbfe8336b9a66f4cf5c42.tar.gz
upstream-b37fc42ba75a909df07cbfe8336b9a66f4cf5c42.tar.bz2
upstream-b37fc42ba75a909df07cbfe8336b9a66f4cf5c42.zip
6in4: adjust update url (#16617)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40876 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/6in4')
-rw-r--r--package/network/ipv6/6in4/Makefile4
-rwxr-xr-xpackage/network/ipv6/6in4/files/6in4.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile
index ea211e92ef..bd999721d8 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
diff --git a/package/network/ipv6/6in4/files/6in4.sh b/package/network/ipv6/6in4/files/6in4.sh
index 6e53de1e45..f9434936e3 100755
--- a/package/network/ipv6/6in4/files/6in4.sh
+++ b/package/network/ipv6/6in4/files/6in4.sh
@@ -69,7 +69,7 @@ proto_6in4_setup() {
[ -n "$updatekey" ] && password="$updatekey"
- local url="http://ipv4.tunnelbroker.net/ipv4_end.php?ip=AUTO&apikey=$username&pass=$password&tid=$tunnelid"
+ local url="http://ipv4.tunnelbroker.net/nic/update?username=$username&password=$password&hostname=$tunnelid"
local try=0
local max=3