2
0
forked from Ivasoft/openwrt

revamp target: add support for netusg20 board

SVN-Revision: 21838
This commit is contained in:
Claudio Mignanti
2010-06-18 22:12:33 +00:00
parent 7bff9c0101
commit 4bb7ab3057
10 changed files with 311 additions and 244 deletions

View File

@@ -0,0 +1,18 @@
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 type none
option proto dhcp
config interface debug
option ifname usb0
option type none
option proto static
option ipaddr 172.18.0.18
option netmash 255.255.255.0

View File

@@ -1,6 +0,0 @@
::sysinit:/etc/init.d/rcS S boot
::shutdown:/etc/init.d/rcS K stop
tts/0::askfirst:/bin/ash --login
ttyS0::askfirst:/bin/ash --login
ttyS2::respawn:/sbin/getty -L ttyS2 115200 vt100

View File

@@ -1,3 +0,0 @@
src snapshots http://vlink.guthrie.homedns.org/vlink3
dest root /
dest ram /tmp