summaryrefslogtreecommitdiff
path: root/target/linux/rdc/base-files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-05 13:42:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-05 13:42:36 +0000
commit1b0318158d9b80b773f643454dc1aed9a1926deb (patch)
tree90654f50005ec1ad778c86fb8f381400e5d558f5 /target/linux/rdc/base-files
parent027a7939f17e50432db03c3ea354c3d40c9de614 (diff)
downloadmtk-20170518-1b0318158d9b80b773f643454dc1aed9a1926deb.zip
mtk-20170518-1b0318158d9b80b773f643454dc1aed9a1926deb.tar.gz
mtk-20170518-1b0318158d9b80b773f643454dc1aed9a1926deb.tar.bz2
Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
SVN-Revision: 12136
Diffstat (limited to 'target/linux/rdc/base-files')
-rw-r--r--target/linux/rdc/base-files/etc/config/network19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/rdc/base-files/etc/config/network b/target/linux/rdc/base-files/etc/config/network
new file mode 100644
index 0000000..4e55afd
--- /dev/null
+++ b/target/linux/rdc/base-files/etc/config/network
@@ -0,0 +1,19 @@
+# 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 ifname eth1
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+config interface wan
+ option ifname eth0
+ option proto dhcp
+