From e87769159cfd4349b0f59515a3576215f656cd43 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 5 Aug 2008 13:42:36 +0000 Subject: Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12136 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rdc/base-files/etc/config/network | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/rdc/base-files/etc/config/network (limited to 'target/linux/rdc/base-files') 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 000000000..4e55afd9b --- /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 + -- cgit v1.2.3