From f14a5c3f2f303032ed4d2991746885a55ecbb2fb Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 15 Jul 2019 14:55:40 +0200 Subject: ramips: use kiB instead of B for IMAGE_SIZE This cosmetical patch is just meant to make comparing/checking IMAGE_SIZE values easier. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/image/rt305x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/image/rt305x.mk') diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index c57353f232..0a03449449 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -296,7 +296,7 @@ TARGET_DEVICES += belkin_f7c027 define Device/buffalo_whr-g300n MTK_SOC := rt3052 BLOCKSIZE := 64k - IMAGE_SIZE := 3801088 + IMAGE_SIZE := 3712k DEVICE_VENDOR := Buffalo DEVICE_MODEL := WHR-G300N IMAGES += tftp.bin -- cgit v1.2.3