2
0
forked from Ivasoft/openwrt

Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions

SVN-Revision: 12136
This commit is contained in:
Florian Fainelli
2008-08-05 13:42:36 +00:00
parent 027a7939f1
commit 1b0318158d
6 changed files with 40 additions and 28 deletions

View File

@@ -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