1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 04:15:51 +03:00

[ar71xx] Remove trailing spaces, convert spaces to tabs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27153 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2011-06-09 19:30:50 +00:00
parent ce2d16c920
commit 3f2561bdea
12 changed files with 83 additions and 83 deletions

View File

@ -16,11 +16,11 @@ config interface wan
option proto dhcp option proto dhcp
config switch config switch
option name eth0 option name eth0
option reset 1 option reset 1
option enable_vlan 1 option enable_vlan 1
config switch_vlan config switch_vlan
option device eth0 option device eth0
option vlan 1 option vlan 1
option ports '0 1 2 3 4' option ports '0 1 2 3 4'

View File

@ -1,16 +1,16 @@
config 'interface' 'loopback' config 'interface' 'loopback'
option 'ifname' 'lo' option 'ifname' 'lo'
option 'proto' 'static' option 'proto' 'static'
option 'ipaddr' '127.0.0.1' option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0' option 'netmask' '255.0.0.0'
config 'interface' 'lan' config 'interface' 'lan'
option 'ifname' 'eth1' option 'ifname' 'eth1'
option 'type' 'bridge' option 'type' 'bridge'
option 'proto' 'static' option 'proto' 'static'
option 'ipaddr' '192.168.1.1' option 'ipaddr' '192.168.1.1'
option 'netmask' '255.255.255.0' option 'netmask' '255.255.255.0'
config 'interface' 'wan' config 'interface' 'wan'
option 'ifname' 'eth0' option 'ifname' 'eth0'
option 'proto' 'dhcp' option 'proto' 'dhcp'

View File

@ -16,16 +16,16 @@ config interface wan
option proto dhcp option proto dhcp
config switch config switch
option name eth0 option name eth0
option reset 1 option reset 1
option enable_vlan 1 option enable_vlan 1
config switch_vlan config switch_vlan
option device eth0 option device eth0
option vlan 1 option vlan 1
option ports "0t 1 3 4 5" option ports "0t 1 3 4 5"
config switch_vlan config switch_vlan
option device eth0 option device eth0
option vlan 2 option vlan 2
option ports "0t 2" option ports "0t 2"

View File

@ -16,11 +16,11 @@ config interface wan
option proto 'dhcp' option proto 'dhcp'
config switch config switch
option name 'eth1' option name 'eth1'
option reset '1' option reset '1'
option enable_vlan '1' option enable_vlan '1'
config switch_vlan config switch_vlan
option device 'eth1' option device 'eth1'
option vlan '1' option vlan '1'
option ports '1 2 5' option ports '1 2 5'

View File

@ -16,11 +16,11 @@ config interface wan
option proto 'dhcp' option proto 'dhcp'
config switch config switch
option name 'eth1' option name 'eth1'
option reset '1' option reset '1'
option enable_vlan '1' option enable_vlan '1'
config switch_vlan config switch_vlan
option device 'eth1' option device 'eth1'
option vlan '1' option vlan '1'
option ports '1 2 5' option ports '1 2 5'

View File

@ -16,11 +16,11 @@ config interface wan
option proto 'dhcp' option proto 'dhcp'
config switch config switch
option name 'eth1' option name 'eth1'
option reset '1' option reset '1'
option enable_vlan '1' option enable_vlan '1'
config switch_vlan config switch_vlan
option device 'eth1' option device 'eth1'
option vlan '1' option vlan '1'
option ports '0 1 2 3 5' option ports '0 1 2 3 5'

View File

@ -16,11 +16,11 @@ config interface wan
option proto dhcp option proto dhcp
config switch config switch
option name eth1 option name eth1
option reset 1 option reset 1
option enable_vlan 1 option enable_vlan 1
config switch_vlan config switch_vlan
option device eth1 option device eth1
option vlan 1 option vlan 1
option ports "0 1 2 3 4" option ports "0 1 2 3 4"

View File

@ -16,11 +16,11 @@ config interface wan
option proto dhcp option proto dhcp
config switch config switch
option name eth1 option name eth1
option reset 1 option reset 1
option enable_vlan 1 option enable_vlan 1
config switch_vlan config switch_vlan
option device eth1 option device eth1
option vlan 1 option vlan 1
option ports "0 1 2 3 4" option ports "0 1 2 3 4"

View File

@ -16,11 +16,11 @@ config interface wan
option proto dhcp option proto dhcp
config switch config switch
option name eth0 option name eth0
option reset 1 option reset 1
option enable_vlan 1 option enable_vlan 1
config switch_vlan config switch_vlan
option device eth0 option device eth0
option vlan 1 option vlan 1
option ports '0 1 2 3 4' option ports '0 1 2 3 4'

View File

@ -1,31 +1,31 @@
config 'interface' 'loopback' config 'interface' 'loopback'
option 'ifname' 'lo' option 'ifname' 'lo'
option 'proto' 'static' option 'proto' 'static'
option 'ipaddr' '127.0.0.1' option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0' option 'netmask' '255.0.0.0'
config 'interface' 'lan' config 'interface' 'lan'
option 'ifname' 'eth0.1' option 'ifname' 'eth0.1'
option 'type' 'bridge' option 'type' 'bridge'
option 'proto' 'static' option 'proto' 'static'
option 'ipaddr' '192.168.1.1' option 'ipaddr' '192.168.1.1'
option 'netmask' '255.255.255.0' option 'netmask' '255.255.255.0'
config 'interface' 'wan' config 'interface' 'wan'
option 'ifname' 'eth0.2' option 'ifname' 'eth0.2'
option 'proto' 'dhcp' option 'proto' 'dhcp'
config 'switch' config 'switch'
option 'name' 'rtl8366rb' option 'name' 'rtl8366rb'
option 'reset' '1' option 'reset' '1'
option 'enable_vlan' '1' option 'enable_vlan' '1'
config 'switch_vlan' config 'switch_vlan'
option 'device' 'rtl8366rb' option 'device' 'rtl8366rb'
option 'vlan' '1' option 'vlan' '1'
option 'ports' '1 2 3 4 5t' option 'ports' '1 2 3 4 5t'
config 'switch_vlan' config 'switch_vlan'
option 'device' 'rtl8366rb' option 'device' 'rtl8366rb'
option 'vlan' '2' option 'vlan' '2'
option 'ports' '0 5t' option 'ports' '0 5t'

View File

@ -54,7 +54,7 @@ config switch_port
option port 2 option port 2
option led 9 option led 9
config switch_port config switch_port
# Port 5 controls the configuration of the WAN LED and the # Port 5 controls the configuration of the WAN LED and the
# section does not correspond to a real switch port. # section does not correspond to a real switch port.
# #

View File

@ -54,7 +54,7 @@ config switch_port
option port 2 option port 2
option led 9 option led 9
config switch_port config switch_port
# Port 5 controls the configuration of the WAN LED and the # Port 5 controls the configuration of the WAN LED and the
# section does not correspond to a real switch port. # section does not correspond to a real switch port.
# #