2
0
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:
Mirko Vogt
2010-10-23 15:57:24 +00:00
parent cfe4db7bda
commit 1ecedb1ec6
9 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
config mount
option target /card
option device /dev/mmcblk0p1
option fstype auto
option options rw,sync
option enabled 1

View File

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