forked from Ivasoft/openwrt
create subtarget "om gta02" in preparation for further s3c24xx-based boards - thanks to Ramax Lo
SVN-Revision: 23592
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config mount
|
||||
option target /card
|
||||
option device /dev/mmcblk0p1
|
||||
option fstype auto
|
||||
option options rw,sync
|
||||
option enabled 1
|
||||
@@ -0,0 +1,14 @@
|
||||
# Copyright (C) 2006 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 usb0
|
||||
option type bridge
|
||||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
Reference in New Issue
Block a user