aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ipv6-support/Makefile2
-rwxr-xr-xpackage/ipv6-support/files/network-enable-ipv6.defaults2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/ipv6-support/Makefile b/package/ipv6-support/Makefile
index 5296233696..3c215b2996 100644
--- a/package/ipv6-support/Makefile
+++ b/package/ipv6-support/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ipv6-support
-PKG_VERSION:=2013-05-27
+PKG_VERSION:=2013-05-27.1
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
diff --git a/package/ipv6-support/files/network-enable-ipv6.defaults b/package/ipv6-support/files/network-enable-ipv6.defaults
index b2f94e0cd4..563d077659 100755
--- a/package/ipv6-support/files/network-enable-ipv6.defaults
+++ b/package/ipv6-support/files/network-enable-ipv6.defaults
@@ -14,7 +14,7 @@ done
uci -q batch <<-EOF >/dev/null
set network.globals=globals
set network.globals.ula_prefix=fd$r1:$r2:$r3::/48
- set network.lan.ip6assign=64
+ set network.lan.ip6assign=60
set network.wan.ipv6=1
commit network
EOF