Skip to content

Commit

Permalink
Change caldata script to reflect simplified fritz_cal_extract
Browse files Browse the repository at this point in the history
  • Loading branch information
dzzinstant committed May 6, 2024
1 parent 396b383 commit d585e92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ case "$FIRMWARE" in
/usr/bin/fritz_cal_extract -i 1 -s 0x1e800 -e 0x207 -l 5120 -o /lib/firmware/$FIRMWARE $(find_mtd_chardev "urlader")
;;
avm,fritz7430)
/usr/bin/fritz_cal_extract -i 1 -s 0x1e000 -e 0x207 -l 5120 -t 4 -r -o /lib/firmware/$FIRMWARE $(find_mtd_chardev "urlader") || \
/usr/bin/fritz_cal_extract -i 1 -s 0x1e800 -e 0x207 -l 5120 -t 4 -r -o /lib/firmware/$FIRMWARE $(find_mtd_chardev "urlader")
/usr/bin/fritz_cal_extract -s 0x1e000 -e 0x207 -l 5120 -r -i 4 -o /lib/firmware/$FIRMWARE $(find_mtd_chardev "urlader") || \
/usr/bin/fritz_cal_extract -s 0x1e800 -e 0x207 -l 5120 -r -i 4 -o /lib/firmware/$FIRMWARE $(find_mtd_chardev "urlader")
;;
bt,homehub-v5a)
caldata_extract_ubi "caldata" 0x1000 0x1000
Expand Down

0 comments on commit d585e92

Please sign in to comment.