base-files: wan6 should reference wan intead of referencing itself.

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 42199
This commit is contained in:
John Crispin 2014-08-18 13:16:35 +00:00
parent b7b8da135a
commit db6a292d4c

View File

@ -62,7 +62,7 @@ EOF
set network.$1.proto='dhcp'
delete network.wan6
set network.wan6='interface'
set network.wan6.ifname='@wan6'
set network.wan6.ifname='@wan'
set network.wan6.proto='dhcpv6'
EOF
;;