forked from Ivasoft/openwrt
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>
This commit is contained in:
@@ -56,7 +56,7 @@ define Device/bcm63xx_redboot
|
||||
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-lzma elf
|
||||
IMAGES := redboot.bin
|
||||
IMAGE/redboot.bin := redboot-bin
|
||||
REDBOOT_PREFIX := $$(IMAGE_PREFIX)
|
||||
REDBOOT_PREFIX := $$(DEVICE_IMG_PREFIX)
|
||||
endef
|
||||
|
||||
### Generic ###
|
||||
|
||||
Reference in New Issue
Block a user