2
0
forked from Ivasoft/openwrt

merge the RDC R-321x target as a subtarget of x86

SVN-Revision: 33779
This commit is contained in:
Florian Fainelli
2012-10-15 18:54:34 +00:00
parent 160c2ef011
commit 60ecd5fe04
27 changed files with 53 additions and 89 deletions

View File

@@ -0,0 +1,18 @@
# Copyright (C) 2009 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