aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/base-files/etc/config/network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mcs814x/base-files/etc/config/network')
-rw-r--r--target/linux/mcs814x/base-files/etc/config/network13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/mcs814x/base-files/etc/config/network b/target/linux/mcs814x/base-files/etc/config/network
new file mode 100644
index 000000000..e24e82429
--- /dev/null
+++ b/target/linux/mcs814x/base-files/etc/config/network
@@ -0,0 +1,13 @@
+# 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