aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-04-09 08:03:08 +0000
committerSteven Barth <steven@midlink.org>2013-04-09 08:03:08 +0000
commit4c9003ffc74ee9c70ca54240e5ec77fbab2ad9ce (patch)
treea166641971bf319b21ee3b34daec10094b49e94d /target/linux/lantiq
parentd60417f6ef256793248e9bcf485da7d2c46cefdc (diff)
downloadmaster-187ad058-4c9003ffc74ee9c70ca54240e5ec77fbab2ad9ce.tar.gz
master-187ad058-4c9003ffc74ee9c70ca54240e5ec77fbab2ad9ce.tar.bz2
master-187ad058-4c9003ffc74ee9c70ca54240e5ec77fbab2ad9ce.zip
Adapt default network configuration for IPv6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36278 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/uci-defaults/02_network4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
index 1eadb5687b..006f1bcc45 100755
--- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
@@ -21,6 +21,10 @@ set network.wan.ifname='nas0'
set network.wan.proto='pppoe'
set network.wan.username='foo'
set network.wan.password='bar'
+set network.wan.ipv6='1'
+set network.wan6='interface'
+set network.wan6.ifname='@wan'
+set network.wan6.proto='dhcpv6'
EOF
}