upgrade orion to 2.6.28-rc7

SVN-Revision: 13580
This commit is contained in:
Imre Kaloz
2008-12-10 11:54:21 +00:00
parent d9475220de
commit 378d80d615
10 changed files with 82 additions and 19983 deletions

View 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