mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
ramips: fix mac addresses used by Phicomm K2P
This commit is contained in:
parent
a9442ddd7b
commit
4aa5ec7a02
@ -569,6 +569,10 @@ ramips_setup_macs()
|
||||
wan_mac=$(cat /sys/class/net/eth0/address)
|
||||
lan_mac=$(macaddr_setbit_la "$wan_mac")
|
||||
;;
|
||||
k2p)
|
||||
lan_mac=$(mtd_get_mac_binary factory 0xe000)
|
||||
wan_mac=$(mtd_get_mac_binary factory 0xe006)
|
||||
;;
|
||||
m3|\
|
||||
m4-4M|\
|
||||
m4-8M|\
|
||||
|
Loading…
Reference in New Issue
Block a user