diff options
author | Enrique Giraldo <enrique.giraldo@galgus.net> | 2017-07-06 14:04:31 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-09-10 22:15:04 +0200 |
commit | 71067e3b79a0d3b7f9af29c8ce9670196f6d4e81 (patch) | |
tree | f0cb01e7f5a71acd1d1c0453866eb621e43f5cb3 /target/linux/ar71xx/base-files/etc | |
parent | fefdb1e0b9e0cc22ab93e6fcf51dc9e917565d26 (diff) | |
download | upstream-71067e3b79a0d3b7f9af29c8ce9670196f6d4e81.tar.gz upstream-71067e3b79a0d3b7f9af29c8ce9670196f6d4e81.tar.bz2 upstream-71067e3b79a0d3b7f9af29c8ce9670196f6d4e81.zip |
ar71xx: wpj558: remove unused eth1 device and fix MAC address
Signed-off-by: Enrique Giraldo <enrique.giraldo@galgus.net>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/02_network | 3 |
1 files changed, 2 insertions, 1 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 5fa8c2f4c8..9a9288780c 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -540,7 +540,8 @@ ar71xx_setup_macs() mynet-n750) wan_mac=$(mtd_get_mac_ascii devdata "wanmac") ;; - wpj344) + wpj344|\ + wpj558) wan_mac=$(mtd_get_mac_binary u-boot 0x2e018) ;; esac |