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
@@ -56,7 +56,7 @@ define Device/netgear_wnr2000-v3
|
||||
append-rootfs | pad-rootfs
|
||||
IMAGES += factory-NA.img
|
||||
IMAGE/factory-NA.img := $$(IMAGE/default) | netgear-dni NA | \
|
||||
check-size $$$$(IMAGE_SIZE)
|
||||
check-size
|
||||
SUPPORTED_DEVICES += wnr2000-v3
|
||||
$(Device/netgear_ath79)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user