diff options
Diffstat (limited to 'target/linux/ath79/image/common-senao.mk')
-rw-r--r-- | target/linux/ath79/image/common-senao.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/common-senao.mk b/target/linux/ath79/image/common-senao.mk index 9b5903d8e7..6784cf9aae 100644 --- a/target/linux/ath79/image/common-senao.mk +++ b/target/linux/ath79/image/common-senao.mk @@ -36,4 +36,5 @@ define Device/senao_loader_okli IMAGES += factory.bin IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | \ check-size | senao-tar-gz $$$$(SENAO_IMGNAME) + IMAGE/sysupgrade.bin := $$(IMAGE/factory.bin) | append-metadata endef |