diff options
| author | Christian Lamparter | 2019-03-09 17:08:55 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2019-03-13 15:25:34 +0000 |
| commit | 39092ad9e93da633118cd5aaa2f1a636944339f1 (patch) | |
| tree | 6ae14e01aa8b45fdfad86d49f337c34e1ebf3830 | |
| parent | 2407b1edccc2f2d426333bd7cc1743c8e4da8dbd (diff) | |
| download | openwrt-39092ad9e93da633118cd5aaa2f1a636944339f1.tar.gz | |
ipq40xx: tidy up 02_networks
- fix linksys' EA6350v3 order
- remove whitespace that should have been tabs
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
| -rwxr-xr-x | target/linux/ipq40xx/base-files/etc/board.d/02_network | 4 |
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 |