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 <freifunk@adrianschmutzler.de>
This commit is contained in:
		@@ -182,6 +182,7 @@ define Device/netgear_sercomm_nor
 | 
				
			|||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Device/seama
 | 
					define Device/seama
 | 
				
			||||||
 | 
					  BLOCKSIZE := 64k
 | 
				
			||||||
  SEAMA_MTDBLOCK := 2
 | 
					  SEAMA_MTDBLOCK := 2
 | 
				
			||||||
  IMAGES += factory.bin
 | 
					  IMAGES += factory.bin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -360,7 +360,6 @@ TARGET_DEVICES += dlink_dir-853-r1
 | 
				
			|||||||
define Device/dlink_dir-860l-b1
 | 
					define Device/dlink_dir-860l-b1
 | 
				
			||||||
  $(Device/dsa-migration)
 | 
					  $(Device/dsa-migration)
 | 
				
			||||||
  $(Device/seama)
 | 
					  $(Device/seama)
 | 
				
			||||||
  BLOCKSIZE := 64k
 | 
					 | 
				
			||||||
  SEAMA_SIGNATURE := wrgac13_dlink.2013gui_dir860lb
 | 
					  SEAMA_SIGNATURE := wrgac13_dlink.2013gui_dir860lb
 | 
				
			||||||
  LOADER_TYPE := bin
 | 
					  LOADER_TYPE := bin
 | 
				
			||||||
  KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | relocate-kernel | \
 | 
					  KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | relocate-kernel | \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -97,7 +97,6 @@ TARGET_DEVICES += omnima_hpm
 | 
				
			|||||||
define Device/samsung_cy-swr1100
 | 
					define Device/samsung_cy-swr1100
 | 
				
			||||||
  $(Device/seama)
 | 
					  $(Device/seama)
 | 
				
			||||||
  SOC := rt3662
 | 
					  SOC := rt3662
 | 
				
			||||||
  BLOCKSIZE := 64k
 | 
					 | 
				
			||||||
  IMAGE_SIZE := 7872k
 | 
					  IMAGE_SIZE := 7872k
 | 
				
			||||||
  KERNEL := $(KERNEL_DTB)
 | 
					  KERNEL := $(KERNEL_DTB)
 | 
				
			||||||
  SEAMA_SIGNATURE := wrgnd10_samsung_ss815
 | 
					  SEAMA_SIGNATURE := wrgnd10_samsung_ss815
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user