mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
fix DomyWifi DW33D image size check
This commit is contained in:
parent
09c550fbe2
commit
ed5da5e6de
@ -35,7 +35,7 @@ define Device/domywifi-dw33d
|
||||
BOARDNAME := DW33D
|
||||
IMAGE_SIZE := 16000k
|
||||
MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14528k(rootfs),1472k(kernel),64k(art)ro,16000k@0x50000(firmware);ar934x-nfc:96m(rootfs_data),32m(backup)ro
|
||||
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 14528k | append-kernel | check-size $$$$(IMAGE_SIZE)
|
||||
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to 14528k | append-kernel
|
||||
endef
|
||||
TARGET_DEVICES += domywifi-dw33d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user