base-files: wan6 should reference wan intead of referencing itself.
authorJohn Crispin <john@openwrt.org>
Mon, 18 Aug 2014 13:16:35 +0000 (13:16 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 18 Aug 2014 13:16:35 +0000 (13:16 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42199

package/base-files/files/bin/config_generate

index c435e7bb43e72e59b8f6d50a59189c68a07e1aa7..35299212a36f2c0adafd0bbf8a8e6a7b43718fc2 100755 (executable)
@@ -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
                ;;