aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-04-01 12:03:50 +0200
committerPetr Štetiar <ynezz@true.cz>2019-04-01 12:07:09 +0200
commit0a67e84baea3df19de2df6dd0e191183a96daf46 (patch)
tree32dbd2691d0a45a6516cc864f201a4b03d1307fb /target/linux/ar71xx/base-files/etc/board.d
parent4376c06e80618c7f632dd4396fc337180e0d5bcb (diff)
downloadupstream-0a67e84baea3df19de2df6dd0e191183a96daf46.tar.gz
upstream-0a67e84baea3df19de2df6dd0e191183a96daf46.tar.bz2
upstream-0a67e84baea3df19de2df6dd0e191183a96daf46.zip
ar71xx: ens202ext: Fix whitespace issues
I've missed leading whitespace issues in the original patch, so fixing it in this commit. Thanks to pepe2k for letting me know. Fixes: d260813d ("ar71xx: ens202ext: Fix VLAN switch") Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index 04c5a31957..b6d77ee60f 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -582,10 +582,10 @@ ar71xx_setup_interfaces()
"0@eth0" "1:lan:1" "2:lan:2" "3:lan:3" "4:lan:4" "5:wan"
;;
ens202ext)
- ucidef_set_interfaces_lan_wan "eth1.1" "eth1.2"
- ucidef_add_switch "switch0" \
- "0@eth1" "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4" "1:wan"
- ;;
+ ucidef_set_interfaces_lan_wan "eth1.1" "eth1.2"
+ ucidef_add_switch "switch0" \
+ "0@eth1" "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4" "1:wan"
+ ;;
*)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
;;