bcm27xx: pass signature to partition generation
[openwrt/openwrt.git] / target / linux / bcm27xx / image / Makefile
index 12ac0012a49169415d71a8bcc8944826322beadb..e45f53de8e1c91483e5350d79b259ddad7750133 100644 (file)
@@ -49,6 +49,7 @@ define Build/boot-2711
 endef
 
 define Build/sdcard-img
+       SIGNATURE="$(IMG_PART_SIGNATURE)" \
        ./gen_rpi_sdcard_img.sh $@ $@.boot $(IMAGE_ROOTFS) \
                $(CONFIG_TARGET_KERNEL_PARTSIZE) $(CONFIG_TARGET_ROOTFS_PARTSIZE)
 endef