2
0
forked from Ivasoft/openwrt

* adding network config for olpc * adding libertas * config issue * quiet mode for bootloader

SVN-Revision: 9768
This commit is contained in:
Jens Muecke
2007-12-15 19:59:21 +00:00
parent b03f211098
commit 7eeb4e6f7f
41 changed files with 19037 additions and 12 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