Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Jun 8, 2024
1 parent 1ba8040 commit 6a05bfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devices/mediatek_filogic/patches/08-cmcc_rax3000m.patch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
+ DEVICE_MODEL := RAX3000M NAND
+ DEVICE_DTS := mt7981b-cmcc-rax3000m-nand
+ DEVICE_DTS_DIR := ../dts
+ DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware kmod-usb3 \
+ DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware kmod-usb3 \
+ e2fsprogs f2fsck mkf2fs
+ UBINIZE_OPTS := -E 5
+ BLOCKSIZE := 128k
Expand All @@ -41,7 +41,7 @@
+ DEVICE_MODEL := RAX3000M eMMC
+ DEVICE_DTS := mt7981b-cmcc-rax3000m-emmc
+ DEVICE_DTS_DIR := ../dts
+ DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware kmod-usb3 \
+ DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware kmod-usb3 \
+ e2fsprogs f2fsck mkf2fs losetup kmod-fs-f2fs kmod-mmc
+ KERNEL := kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
+ KERNEL_INITRAMFS := kernel-bin | lzma | \
Expand Down
2 changes: 1 addition & 1 deletion devices/mediatek_filogic/patches/12-asr3000.patch
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ index 95aee51b689..7f28be90a7b 100644
+ DEVICE_MODEL := ASR3000
+ DEVICE_DTS := mt7981b-abt-asr3000
+ DEVICE_DTS_DIR := ../dts
+ DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware
+ DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware
+ UBINIZE_OPTS := -E 5
+ BLOCKSIZE := 128k
+ PAGESIZE := 2048
Expand Down
2 changes: 1 addition & 1 deletion devices/mediatek_filogic/patches/15-cmcc-a10.patch
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ index 6976a399e86dc..83428f0d981e7 100644
+ DEVICE_MODEL := A10
+ DEVICE_DTS := mt7981b-cmcc-a10
+ DEVICE_DTS_DIR := ../dts
+ DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware
+ DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware
+ UBINIZE_OPTS := -E 5
+ BLOCKSIZE := 128k
+ PAGESIZE := 2048
Expand Down
4 changes: 2 additions & 2 deletions devices/mediatek_filogic/patches/17-lc-hx3001.patch
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ index 83428f0d981e7..6d2e9d713be02 100644
+ DEVICE_MODEL := LC-HX3001
+ DEVICE_DTS := mt7981b-imou-lc-hx3001
+ DEVICE_DTS_DIR := ../dts
+ DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware
+ DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware
+ SUPPORTED_DEVICES += imou,lc-hx3001
+ UBINIZE_OPTS := -E 5
+ BLOCKSIZE := 128k
Expand All @@ -328,7 +328,7 @@ index 83428f0d981e7..6d2e9d713be02 100644
+ DEVICE_MODEL := KOMI A31
+ DEVICE_DTS := mt7981b-konka-komi-a31
+ DEVICE_DTS_DIR := ../dts
+ DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware
+ DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware
+ SUPPORTED_DEVICES := konka,komi-a31
+ UBINIZE_OPTS := -E 5
+ BLOCKSIZE := 128k
Expand Down

0 comments on commit 6a05bfa

Please sign in to comment.