2
0
forked from Ivasoft/openwrt

omap24xx: Add default network config

SVN-Revision: 23004
This commit is contained in:
Michael Büsch
2010-09-11 15:21:03 +00:00
parent f0813cd0f5
commit 4b7536d3c7
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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 proto dhcp