macloader : add n5110 murata MAC address

Change-Id: Ie7f71f4e678eb69b7d1942f5ee31127b2091715a
tirimbino
RGIB 8 years ago committed by Roberto Gibellini
parent 4139d85cc6
commit 1bf77699ec
  1. 3
      macloader/macloader.c

@ -173,9 +173,10 @@ int main() {
strncasecmp(mac_addr_half, "5c:da:d4", 9) == 0 ||
strncasecmp(mac_addr_half, "5c:f8:a1", 9) == 0 ||
strncasecmp(mac_addr_half, "78:4b:87", 9) == 0 ||
strncasecmp(mac_addr_half, "78:52:1A", 9) == 0 ||
strncasecmp(mac_addr_half, "78:52:1a", 9) == 0 ||
strncasecmp(mac_addr_half, "60:21:c0", 9) == 0 ||
strncasecmp(mac_addr_half, "88:30:8a", 9) == 0 ||
strncasecmp(mac_addr_half, "c8:14:79", 9) == 0 ||
strncasecmp(mac_addr_half, "f0:27:65", 9) == 0 ||
strncasecmp(mac_addr_half, "fc:c2:de", 9) == 0 ||
strncasecmp(mac_addr_half, "fc:db:b3", 9) == 0) {

Loading…
Cancel
Save