summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/etc/defconfig/DVAG3810BN/network
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-05-27 13:22:14 +0000
committerJonas Gorski <jogo@openwrt.org>2012-05-27 13:22:14 +0000
commitdb1ff5c6fa61a9588b8eef5cd3e9e0aa15fcd070 (patch)
treeded0624d4439986c0ef1e89a97fd9dde74e1b095 /target/linux/brcm63xx/base-files/etc/defconfig/DVAG3810BN/network
parent72b4fdecc9bb33aea7b6a58dcefd4553d093f266 (diff)
downloadmtk-20170518-db1ff5c6fa61a9588b8eef5cd3e9e0aa15fcd070.zip
mtk-20170518-db1ff5c6fa61a9588b8eef5cd3e9e0aa15fcd070.tar.gz
mtk-20170518-db1ff5c6fa61a9588b8eef5cd3e9e0aa15fcd070.tar.bz2
bcm63xx: setup network config through uci-defaults
SVN-Revision: 31873
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/DVAG3810BN/network')
-rw-r--r--target/linux/brcm63xx/base-files/etc/defconfig/DVAG3810BN/network29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/DVAG3810BN/network b/target/linux/brcm63xx/base-files/etc/defconfig/DVAG3810BN/network
deleted file mode 100644
index 181ca01..0000000
--- a/target/linux/brcm63xx/base-files/etc/defconfig/DVAG3810BN/network
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (C) 2008 OpenWrt.org
-
-config interface loopback
- option ifname lo
- option proto static
- option ipaddr 127.0.0.1
- option netmask 255.0.0.0
-
-config interface lan
- option type bridge
- option ifname eth1.1
- option proto static
- option ipaddr 192.168.1.1
- option netmask 255.255.255.0
- option nat 1
-
-config interface wan
- option ifname eth0
- option proto dhcp
-
-config switch eth1
- option enable 1
- option enable_vlan 1
- option reset 1
-
-config switch_vlan
- option vlan 1
- option device eth1
- option ports "0 1 2 3 5t"