|
@@ -34,12 +34,12 @@ case "$FIRMWARE" in
|
|
wan_mac=$(jboot_config_read -m -i $(find_mtd_part "config") -o 0xE000)
|
|
wan_mac=$(jboot_config_read -m -i $(find_mtd_part "config") -o 0xE000)
|
|
wifi_mac=$(macaddr_add "$wan_mac" 1)
|
|
wifi_mac=$(macaddr_add "$wan_mac" 1)
|
|
jboot_eeprom_extract "config" 0xE000
|
|
jboot_eeprom_extract "config" 0xE000
|
|
- caldata_patch_data "${wifi_mac//:/}" 0x4
|
|
|
|
|
|
+ caldata_patch_mac $wifi_mac 0x4
|
|
;;
|
|
;;
|
|
dovado,tiny-ac)
|
|
dovado,tiny-ac)
|
|
wifi_mac=$(mtd_get_mac_ascii u-boot-env INIC_MAC_ADDR)
|
|
wifi_mac=$(mtd_get_mac_ascii u-boot-env INIC_MAC_ADDR)
|
|
caldata_extract "factory" 0x0 0x200
|
|
caldata_extract "factory" 0x0 0x200
|
|
- caldata_patch_data "${wifi_mac//:/}" 0x4
|
|
|
|
|
|
+ caldata_patch_mac $wifi_mac 0x4
|
|
;;
|
|
;;
|
|
*)
|
|
*)
|
|
caldata_die "Please define mtd-eeprom in $board DTS file!"
|
|
caldata_die "Please define mtd-eeprom in $board DTS file!"
|