2
0
forked from Ivasoft/openwrt

merge the olpc target with the x86 target, both tested and running

SVN-Revision: 18279
This commit is contained in:
Florian Fainelli
2009-11-03 01:02:39 +00:00
parent a4db9ed452
commit e49c2d7691
13 changed files with 964 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
# 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 wlan
option ifname eth0
option proto dhcp