From e7ec7a08aae0afb1064d1bf26a9cd6fe1e64d516 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 4 Sep 2016 08:56:05 +0200 Subject: image: use k as unit suffix for blocksize Use k as unit suffix for kilobyte to have a the same unit regardless of the used filesystem. Signed-off-by: Mathias Kresin --- target/linux/kirkwood/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/kirkwood') diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 91b0495a43..33eaa4f4b2 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -26,7 +26,7 @@ define Device/Default PAGESIZE := 2048 SUBPAGESIZE := 512 - BLOCKSIZE := 128KiB + BLOCKSIZE := 128k IMAGES := sysupgrade.tar IMAGE/sysupgrade.tar := sysupgrade-tar endef -- cgit v1.2.3