One IPv6 prefix per lan

It should be something like this:

uci set network.wan62="interface"
uci set network.wan62.ifname="@wan"
uci set network.wan62.proto="dhcpv6"
uci set network.lan.ip6class="wan6"
uci set network.lan2.ip6class="wan62"
uci commit network
/etc/init.d/network restart