Skip to content
Snippets Groups Projects
Commit 7fa227ea authored by Chukun Pan's avatar Chukun Pan Committed by Sungbo Eo
Browse files

ramips: update WLAN MAC address of JCG Y2


MAC addresses on OEM firmware:
  04:xx:xx:xx:xx:c8  factory 0x4     wlan2g
  06:xx:xx:xx:xx:c8  [not on flash]  wlan5g

Signed-off-by: default avatarChukun Pan <amadeus@jmu.edu.cn>
parent 285e636b
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,10 @@ case "$board" in
[ "$PHYNBR" = "1" ] && \
macaddr_setbit_la "$(mtd_get_mac_binary Factory 0x4)" > /sys${DEVPATH}/macaddress
;;
jcg,y2)
[ "$PHYNBR" = "1" ] && \
macaddr_setbit_la "$(mtd_get_mac_binary factory 0x4)" > /sys${DEVPATH}/macaddress
;;
linksys,e5600|\
linksys,ea6350-v4|\
linksys,ea7300-v1|\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment