From a499d0a6b55715070f65b72b25436530c3909135 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 4 Sep 2016 09:58:02 +0200 Subject: 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 --- target/linux/ramips/image/rt288x.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ramips/image/rt288x.mk') diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index 2bdb18ec83..ebb523e461 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -31,10 +31,9 @@ define Device/ar725w endef TARGET_DEVICES += ar725w -belkin_f5d8235v1_mtd_size=7929856 define Device/f5d8235v1 DTS := F5D8235_V1 - IMAGE_SIZE := $(belkin_f5d8235v1_mtd_size) + IMAGE_SIZE := 7744k DEVICE_TITLE := Belkin F5D8235 V1 DEVICE_PACKAGES := kmod-switch-rtl8366s endef -- cgit v1.2.3