From aec97b31ea38820403eb0e20f97ff8e544efe4e2 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 30 Aug 2021 00:18:53 +0200 Subject: ramips: provide default BLOCKSIZE for Device/seama The Device/seama shared definition requires BLOCKSIZE, so it should have a default value for this variable. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/image/Makefile') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index cd2c425cef..3671caef9d 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -182,6 +182,7 @@ define Device/netgear_sercomm_nor endef define Device/seama + BLOCKSIZE := 64k SEAMA_MTDBLOCK := 2 IMAGES += factory.bin -- cgit v1.2.3