AA: ipv6-support: align default ip6assign with trunk
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 May 2013 12:54:24 +0000 (12:54 +0000)
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 May 2013 12:54:24 +0000 (12:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36735 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ipv6-support/Makefile
package/ipv6-support/files/network-enable-ipv6.defaults

index 5296233..3c215b2 100644 (file)
@@ -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
index b2f94e0..563d077 100755 (executable)
@@ -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