Skip to content

Commit

Permalink
gtw360: build sysupgrade.img
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Jul 23, 2024
1 parent cb9385e commit 9325a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/imx/image/cortexa7.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ define Device/geniatech_gtw360
DEVICE_VENDOR := Geniatech
DEVICE_MODEL := GTW360
DEVICE_DTS := imx6ull-gtw360
IMAGES := dtb
IMAGES := dtb sysupgrade.bin
IMAGE/dtb := install-dtb
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
KERNEL := kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
KERNEL := kernel-bin | fit none $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
KERNEL_SUFFIX := -zImage
FILESYSTEMS := squashfs ext4
DEVICE_PACKAGES := kmod-brcmfmac kmod-gpio-button-hotplug kmod-leds-gpio kmod-pps-gpio \
Expand Down

0 comments on commit 9325a17

Please sign in to comment.