From 859051551b0dffc893f2c4c4f92b565a8d268af1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 27 May 2013 12:54:24 +0000 Subject: AA: ipv6-support: align default ip6assign with trunk git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36735 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ipv6-support/Makefile | 2 +- package/ipv6-support/files/network-enable-ipv6.defaults | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package') 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 -- cgit v1.2.3