diff options
Diffstat (limited to 'target/linux/qualcommax/image/Makefile')
-rw-r--r-- | target/linux/qualcommax/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/qualcommax/image/Makefile b/target/linux/qualcommax/image/Makefile index 6841693194..8d3f16755b 100644 --- a/target/linux/qualcommax/image/Makefile +++ b/target/linux/qualcommax/image/Makefile @@ -25,7 +25,7 @@ define Device/FitImageLzma endef define Device/EmmcImage - IMAGES += factory.bin sysupgrade.bin + IMAGES := factory.bin sysupgrade.bin IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-to 64k | sysupgrade-tar rootfs=$$$$@ | append-metadata endef |