Skip to content

Commit

Permalink
ramips: provide default BLOCKSIZE for Device/seama
Browse files Browse the repository at this point in the history
The Device/seama shared definition requires BLOCKSIZE, so it should
have a default value for this variable.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
  • Loading branch information
adschm committed Aug 29, 2021
1 parent e2b03c1 commit aec97b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions target/linux/ramips/image/Makefile
Expand Up @@ -182,6 +182,7 @@ define Device/netgear_sercomm_nor
endef

define Device/seama
BLOCKSIZE := 64k
SEAMA_MTDBLOCK := 2
IMAGES += factory.bin

Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/image/mt7621.mk
Expand Up @@ -360,7 +360,6 @@ TARGET_DEVICES += dlink_dir-853-r1
define Device/dlink_dir-860l-b1
$(Device/dsa-migration)
$(Device/seama)
BLOCKSIZE := 64k
SEAMA_SIGNATURE := wrgac13_dlink.2013gui_dir860lb
LOADER_TYPE := bin
KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | relocate-kernel | \
Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/image/rt3883.mk
Expand Up @@ -97,7 +97,6 @@ TARGET_DEVICES += omnima_hpm
define Device/samsung_cy-swr1100
$(Device/seama)
SOC := rt3662
BLOCKSIZE := 64k
IMAGE_SIZE := 7872k
KERNEL := $(KERNEL_DTB)
SEAMA_SIGNATURE := wrgnd10_samsung_ss815
Expand Down

0 comments on commit aec97b3

Please sign in to comment.