2
0
forked from Ivasoft/openwrt

omap35xx: Add 3.0.3 kernel support for Gumstix

SVN-Revision: 28047
This commit is contained in:
Hamish Guthrie
2011-08-19 12:00:08 +00:00
parent 464539b074
commit 048d4aca76
8 changed files with 420 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
# 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 wlan0
option proto dhcp
config interface wan
option ifname eth0
option proto dhcp