forked from Ivasoft/openwrt
revamp target: add support for netusg20 board
SVN-Revision: 21838
This commit is contained in:
18
target/linux/at91/base-files/etc/config/network
Normal file
18
target/linux/at91/base-files/etc/config/network
Normal 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
|
||||
|
||||
@@ -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
|
||||
@@ -1,3 +0,0 @@
|
||||
src snapshots http://vlink.guthrie.homedns.org/vlink3
|
||||
dest root /
|
||||
dest ram /tmp
|
||||
Reference in New Issue
Block a user