From 3823e9634d2c0c95e9cf42e9f616392613067f8e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 8 Oct 2014 13:08:05 +0000 Subject: network: Unbind DHCPv6 from underlying interfaces This allows IPv6 to set up without IPv4 being up thus IPv6-only or IPv6+DS-Lite working with the default config. Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42848 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/mcs814x/base-files/etc/config/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mcs814x/base-files') diff --git a/target/linux/mcs814x/base-files/etc/config/network b/target/linux/mcs814x/base-files/etc/config/network index e2f779e7ba..cec7b2525c 100644 --- a/target/linux/mcs814x/base-files/etc/config/network +++ b/target/linux/mcs814x/base-files/etc/config/network @@ -14,7 +14,7 @@ config interface lan option ip6assign 60 config interface wan6 - option ifname @wan + option ifname eth0 option proto dhcpv6 config globals globals -- cgit v1.2.3