Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Sep 17, 2024
1 parent 05fe119 commit c688ed2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion devices/mediatek_filogic/patches/10-re-cp-03.patch
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,22 @@
+ IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
endef
TARGET_DEVICES += jdcloud_re-cp-03



--- a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
+++ b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
@@ -51,6 +51,14 @@ case "$FIRMWARE" in
;;
esac
;;
+"mediatek/mt7986_eeprom_mt7976_dual.bin")
+ case "$board" in
+ glinet,gl-mt6000|\
+ jdcloud,re-cp-03)
+ caldata_extract_mmc "factory" 0x0 0x1000
+ ;;
+ esac
+ ;;
*)
exit 1
;;

0 comments on commit c688ed2

Please sign in to comment.