aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/iop32x/base-files/etc/config/network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/iop32x/base-files/etc/config/network')
-rw-r--r--target/linux/iop32x/base-files/etc/config/network16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/iop32x/base-files/etc/config/network b/target/linux/iop32x/base-files/etc/config/network
deleted file mode 100644
index 2c3ca87e9b..0000000000
--- a/target/linux/iop32x/base-files/etc/config/network
+++ /dev/null
@@ -1,16 +0,0 @@
-# Network configuration file
-
-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 dhcp
-
-config interface lan6
- option ifname @lan
- option proto dhcpv6
- option reqprefix no