macloader : add n5120 murata MAC address

Change-Id: I617eba4abfe9ad2088aaeb740e4deccce439c569
This commit is contained in:
RGIB 2016-12-11 15:08:09 +01:00 committed by Roberto Gibellini
parent 1bf77699ec
commit a7a0ecde63

View file

@ -165,6 +165,7 @@ int main() {
strncasecmp(mac_addr_half, "04:46:65", 9) == 0 ||
strncasecmp(mac_addr_half, "10:5f:06", 9) == 0 ||
strncasecmp(mac_addr_half, "10:a5:d0", 9) == 0 ||
strncasecmp(mac_addr_half, "10:d5:42", 9) == 0 ||
strncasecmp(mac_addr_half, "1c:99:4c", 9) == 0 ||
strncasecmp(mac_addr_half, "14:7d:c5", 9) == 0 ||
strncasecmp(mac_addr_half, "20:02:af", 9) == 0 ||