forked from Ivasoft/openwrt
treewide: omit IMAGE_SIZE argument from check-size
Now that check-size uses IMAGE_SIZE by default, we can skip the argument from image recipes to reduce redundancy. Signed-off-by: Sungbo Eo <mans0n@gorani.run> [do not touch ar71xx] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Adrian Schmutzler
parent
1444e31a7b
commit
3f14f034fb
@@ -9,7 +9,7 @@ define Device/lantiqTpLink
|
||||
tplink-v2-header -s -V "ver. 1.0"
|
||||
IMAGES := sysupgrade.bin
|
||||
IMAGE/sysupgrade.bin := tplink-v2-image -s -V "ver. 1.0" | \
|
||||
append-metadata | check-size $$$$(IMAGE_SIZE)
|
||||
append-metadata | check-size
|
||||
endef
|
||||
|
||||
define Device/tplink_tdw8970
|
||||
|
||||
Reference in New Issue
Block a user