diff options
author | Mathias Kresin <dev@kresin.me> | 2016-09-04 09:58:02 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-09-04 09:58:02 +0200 |
commit | a499d0a6b55715070f65b72b25436530c3909135 (patch) | |
tree | 257e361e18183255f801839c783222caa4a7c4d4 /target/linux/ramips/image/mt7621.mk | |
parent | e7ec7a08aae0afb1064d1bf26a9cd6fe1e64d516 (diff) | |
download | upstream-a499d0a6b55715070f65b72b25436530c3909135.tar.gz upstream-a499d0a6b55715070f65b72b25436530c3909135.tar.bz2 upstream-a499d0a6b55715070f65b72b25436530c3909135.zip |
image: specify max image size in Kilobyte/Megabyte
Use the k and m unit suffix to be consistent with the blocksize.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index d1d0aa4390..750e7e1e4b 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -150,7 +150,7 @@ define Device/wf-2881 BLOCKSIZE := 128k PAGESIZE := 2048 FILESYSTEMS := squashfs - IMAGE_SIZE := 132382720 + IMAGE_SIZE := 129280k KERNEL := $(KERNEL_DTB) | pad-offset $$(BLOCKSIZE) 64 | uImage lzma IMAGE/sysupgrade.bin := append-kernel | append-ubi | check-size $$$$(IMAGE_SIZE) DEVICE_TITLE := NETIS WF-2881 |