aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/base-files/etc/config/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-04 15:02:13 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-12-04 15:02:13 +0000
commitba8a44995fe321bfc57a61fdb2a82cabd7605e94 (patch)
treec547dfe5ac92641fb34040077b5fbb82a770f302 /target/linux/mcs814x/base-files/etc/config/network
parent8298dfef5c5452928f6413baf8953f1e9877eab7 (diff)
downloadupstream-ba8a44995fe321bfc57a61fdb2a82cabd7605e94.tar.gz
upstream-ba8a44995fe321bfc57a61fdb2a82cabd7605e94.tar.bz2
upstream-ba8a44995fe321bfc57a61fdb2a82cabd7605e94.zip
mcs814x: switch from uci-defaults to board.d
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47761
Diffstat (limited to 'target/linux/mcs814x/base-files/etc/config/network')
-rw-r--r--target/linux/mcs814x/base-files/etc/config/network21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/mcs814x/base-files/etc/config/network b/target/linux/mcs814x/base-files/etc/config/network
deleted file mode 100644
index cec7b2525c..0000000000
--- a/target/linux/mcs814x/base-files/etc/config/network
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright (C) 2012 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 ifname eth0
- option proto static
- option ipaddr 192.168.1.1
- option netmask 255.255.255.0
- option ip6assign 60
-
-config interface wan6
- option ifname eth0
- option proto dhcpv6
-
-config globals globals
- option ula_prefix auto