aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2019-03-09 18:08:55 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-03-13 16:25:34 +0100
commit39092ad9e93da633118cd5aaa2f1a636944339f1 (patch)
tree6ae14e01aa8b45fdfad86d49f337c34e1ebf3830 /target/linux/ipq40xx/base-files/etc/board.d/02_network
parent2407b1edccc2f2d426333bd7cc1743c8e4da8dbd (diff)
downloadupstream-39092ad9e93da633118cd5aaa2f1a636944339f1.tar.gz
upstream-39092ad9e93da633118cd5aaa2f1a636944339f1.tar.bz2
upstream-39092ad9e93da633118cd5aaa2f1a636944339f1.zip
ipq40xx: tidy up 02_networks
- fix linksys' EA6350v3 order - remove whitespace that should have been tabs Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ipq40xx/base-files/etc/board.d/02_network4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network
index 9c232d49f7..94fb26ce48 100755
--- a/target/linux/ipq40xx/base-files/etc/board.d/02_network
+++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network
@@ -80,8 +80,8 @@ ipq40xx_setup_macs()
;;
esac
- [ -n "$lan_mac" ] && ucidef_set_interface_macaddr "lan" $lan_mac
- [ -n "$wan_mac" ] && ucidef_set_interface_macaddr "wan" $wan_mac
+ [ -n "$lan_mac" ] && ucidef_set_interface_macaddr "lan" $lan_mac
+ [ -n "$wan_mac" ] && ucidef_set_interface_macaddr "wan" $wan_mac
}
board_config_update