treewide: rename IMAGE_PREFIX/IMAGE_NAME to DEVICE_IMG_*
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 22 Feb 2021 14:55:43 +0000 (15:55 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 25 Feb 2021 17:11:06 +0000 (18:11 +0100)
commitef2cb8572b48f1e1964b4d1d014d16cb721b5175
tree595fb4d12164bfa78c653c897428002ec69dfd1d
parent198385b69de14494e282035a2293fc253f839864
treewide: rename IMAGE_PREFIX/IMAGE_NAME to DEVICE_IMG_*

We so far had two variables IMG_PREFIX and IMAGE_PREFIX with
different content. Since these names are obviously quite
confusing, this patch renames the latter to DEVICE_IMG_PREFIX,
as it's a device-dependent variable, while IMG_PREFIX is only
(sub)target-dependent.

For consistency, also rename IMAGE_NAME to DEVICE_IMG_NAME, as
that's a device-dependent variable as well.

Cc: Paul Spooren <mail@aparcar.org>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
include/image.mk
scripts/json_add_image_info.py
target/linux/ath25/image/Makefile
target/linux/bcm47xx/image/Makefile
target/linux/bcm4908/image/Makefile
target/linux/bcm53xx/image/Makefile
target/linux/bcm63xx/image/bcm63xx.mk
target/linux/imx6/image/Makefile
target/linux/mvebu/image/Makefile
target/linux/mvebu/image/cortexa53.mk
target/linux/mvebu/image/cortexa9.mk