summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-09 19:30:50 +0000
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-09 19:30:50 +0000
commit3f2561bdea8b1c8b1c3337afed3e8d8482b6ab1f (patch)
tree183e4112ab98f88828a6ccc3654697ce7c584b5e
parentce2d16c92003a345ccced4b0ced57dc13d3dddd4 (diff)
[ar71xx] Remove trailing spaces, convert spaces to tabs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27153 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network12
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/jwap003/network22
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/pb92/network18
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/rb-433/network12
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network12
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/rb-450/network12
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network12
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network12
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network12
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network38
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network2
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network2
12 files changed, 83 insertions, 83 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network b/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
index a2204d4a3..509138e77 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
@@ -16,11 +16,11 @@ config interface wan
option proto dhcp
config switch
- option name eth0
- option reset 1
- option enable_vlan 1
+ option name eth0
+ option reset 1
+ option enable_vlan 1
config switch_vlan
- option device eth0
- option vlan 1
- option ports '0 1 2 3 4'
+ option device eth0
+ option vlan 1
+ option ports '0 1 2 3 4'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/jwap003/network b/target/linux/ar71xx/base-files/etc/defconfig/jwap003/network
index 3ecec8fdd..5c5394186 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/jwap003/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/jwap003/network
@@ -1,16 +1,16 @@
config 'interface' 'loopback'
- option 'ifname' 'lo'
- option 'proto' 'static'
- option 'ipaddr' '127.0.0.1'
- option 'netmask' '255.0.0.0'
+ option 'ifname' 'lo'
+ option 'proto' 'static'
+ option 'ipaddr' '127.0.0.1'
+ option 'netmask' '255.0.0.0'
config 'interface' 'lan'
- option 'ifname' 'eth1'
- option 'type' 'bridge'
- option 'proto' 'static'
- option 'ipaddr' '192.168.1.1'
- option 'netmask' '255.255.255.0'
+ option 'ifname' 'eth1'
+ option 'type' 'bridge'
+ option 'proto' 'static'
+ option 'ipaddr' '192.168.1.1'
+ option 'netmask' '255.255.255.0'
config 'interface' 'wan'
- option 'ifname' 'eth0'
- option 'proto' 'dhcp'
+ option 'ifname' 'eth0'
+ option 'proto' 'dhcp'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/pb92/network b/target/linux/ar71xx/base-files/etc/defconfig/pb92/network
index c2d3e1cb4..cdc1ea25f 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/pb92/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/pb92/network
@@ -16,16 +16,16 @@ config interface wan
option proto dhcp
config switch
- option name eth0
- option reset 1
- option enable_vlan 1
+ option name eth0
+ option reset 1
+ option enable_vlan 1
config switch_vlan
- option device eth0
- option vlan 1
- option ports "0t 1 3 4 5"
+ option device eth0
+ option vlan 1
+ option ports "0t 1 3 4 5"
config switch_vlan
- option device eth0
- option vlan 2
- option ports "0t 2"
+ option device eth0
+ option vlan 2
+ option ports "0t 2"
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network
index 13ffab69f..c810a397b 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-433/network
@@ -16,11 +16,11 @@ config interface wan
option proto 'dhcp'
config switch
- option name 'eth1'
- option reset '1'
- option enable_vlan '1'
+ option name 'eth1'
+ option reset '1'
+ option enable_vlan '1'
config switch_vlan
- option device 'eth1'
- option vlan '1'
- option ports '1 2 5'
+ option device 'eth1'
+ option vlan '1'
+ option ports '1 2 5'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network
index 13ffab69f..c810a397b 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/network
@@ -16,11 +16,11 @@ config interface wan
option proto 'dhcp'
config switch
- option name 'eth1'
- option reset '1'
- option enable_vlan '1'
+ option name 'eth1'
+ option reset '1'
+ option enable_vlan '1'
config switch_vlan
- option device 'eth1'
- option vlan '1'
- option ports '1 2 5'
+ option device 'eth1'
+ option vlan '1'
+ option ports '1 2 5'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-450/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-450/network
index d65080225..4e452750b 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/rb-450/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-450/network
@@ -16,11 +16,11 @@ config interface wan
option proto 'dhcp'
config switch
- option name 'eth1'
- option reset '1'
- option enable_vlan '1'
+ option name 'eth1'
+ option reset '1'
+ option enable_vlan '1'
config switch_vlan
- option device 'eth1'
- option vlan '1'
- option ports '0 1 2 3 5'
+ option device 'eth1'
+ option vlan '1'
+ option ports '0 1 2 3 5'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network
index f678030ce..4e6e9e4ab 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network
@@ -16,11 +16,11 @@ config interface wan
option proto dhcp
config switch
- option name eth1
- option reset 1
- option enable_vlan 1
+ option name eth1
+ option reset 1
+ option enable_vlan 1
config switch_vlan
- option device eth1
- option vlan 1
- option ports "0 1 2 3 4"
+ option device eth1
+ option vlan 1
+ option ports "0 1 2 3 4"
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network b/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
index f678030ce..4e6e9e4ab 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
@@ -16,11 +16,11 @@ config interface wan
option proto dhcp
config switch
- option name eth1
- option reset 1
- option enable_vlan 1
+ option name eth1
+ option reset 1
+ option enable_vlan 1
config switch_vlan
- option device eth1
- option vlan 1
- option ports "0 1 2 3 4"
+ option device eth1
+ option vlan 1
+ option ports "0 1 2 3 4"
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network
index a2204d4a3..509138e77 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network
@@ -16,11 +16,11 @@ config interface wan
option proto dhcp
config switch
- option name eth0
- option reset 1
- option enable_vlan 1
+ option name eth0
+ option reset 1
+ option enable_vlan 1
config switch_vlan
- option device eth0
- option vlan 1
- option ports '0 1 2 3 4'
+ option device eth0
+ option vlan 1
+ option ports '0 1 2 3 4'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network b/target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network
index 7e710f229..5d142c543 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/tl-wr1043nd/network
@@ -1,31 +1,31 @@
config 'interface' 'loopback'
- option 'ifname' 'lo'
- option 'proto' 'static'
- option 'ipaddr' '127.0.0.1'
- option 'netmask' '255.0.0.0'
+ option 'ifname' 'lo'
+ option 'proto' 'static'
+ option 'ipaddr' '127.0.0.1'
+ option 'netmask' '255.0.0.0'
config 'interface' 'lan'
- option 'ifname' 'eth0.1'
- option 'type' 'bridge'
- option 'proto' 'static'
- option 'ipaddr' '192.168.1.1'
- option 'netmask' '255.255.255.0'
+ option 'ifname' 'eth0.1'
+ option 'type' 'bridge'
+ option 'proto' 'static'
+ option 'ipaddr' '192.168.1.1'
+ option 'netmask' '255.255.255.0'
config 'interface' 'wan'
- option 'ifname' 'eth0.2'
- option 'proto' 'dhcp'
+ option 'ifname' 'eth0.2'
+ option 'proto' 'dhcp'
config 'switch'
option 'name' 'rtl8366rb'
- option 'reset' '1'
- option 'enable_vlan' '1'
+ option 'reset' '1'
+ option 'enable_vlan' '1'
config 'switch_vlan'
- option 'device' 'rtl8366rb'
- option 'vlan' '1'
- option 'ports' '1 2 3 4 5t'
+ option 'device' 'rtl8366rb'
+ option 'vlan' '1'
+ option 'ports' '1 2 3 4 5t'
config 'switch_vlan'
- option 'device' 'rtl8366rb'
- option 'vlan' '2'
- option 'ports' '0 5t'
+ option 'device' 'rtl8366rb'
+ option 'vlan' '2'
+ option 'ports' '0 5t'
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
index d05fdf342..69d7dc712 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
@@ -54,7 +54,7 @@ config switch_port
option port 2
option led 9
-config switch_port
+config switch_port
# Port 5 controls the configuration of the WAN LED and the
# section does not correspond to a real switch port.
#
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network
index d05fdf342..69d7dc712 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700v2/network
@@ -54,7 +54,7 @@ config switch_port
option port 2
option led 9
-config switch_port
+config switch_port
# Port 5 controls the configuration of the WAN LED and the
# section does not correspond to a real switch port.
#