Skip to content

Commit

Permalink
ipq40xx-generic: ws-ap3915i fix macadress
Browse files Browse the repository at this point in the history
set macaddress correctly for board

Signed-off-by: Florian Maurer <[email protected]>
Link: openwrt/openwrt#17305
Signed-off-by: Robert Marko <[email protected]>
(cherry picked from commit 363f52d)
  • Loading branch information
maurerle authored and robimarko committed Dec 23, 2024
1 parent 08f1bde commit f739810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/linux/ipq40xx/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ ipq40xx_setup_macs()
wan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr)
lan_mac=$(macaddr_add "$wan_mac" 1)
;;
extreme-networks,ws-ap3915i)
label_mac="$(mtd_get_mac_ascii CFG1 ethaddr)"
;;
ezviz,cs-w3-wd1200g-eup)
label_mac=$(mtd_get_mac_binary "ART" 0x6)
;;
Expand Down

0 comments on commit f739810

Please sign in to comment.