upgrade orion to 2.6.28-rc7
SVN-Revision: 13580
This commit is contained in:
22
target/linux/orion/base-files/etc/config/network
Normal file
22
target/linux/orion/base-files/etc/config/network
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright (C) 2008 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 eth0
|
||||
option ifname eth0
|
||||
|
||||
config interface wan
|
||||
option ifname wan
|
||||
option proto dhcp
|
||||
option hostname openwrt
|
||||
|
||||
config interface lan
|
||||
option ifname "lan1 lan2 lan3 lan4"
|
||||
option type bridge
|
||||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
Reference in New Issue
Block a user