diff options
Diffstat (limited to 'target/linux/bcm63xx/image/bcm63xx.mk')
-rw-r--r-- | target/linux/bcm63xx/image/bcm63xx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/image/bcm63xx.mk b/target/linux/bcm63xx/image/bcm63xx.mk index 24b150c063..54eaffc5bd 100644 --- a/target/linux/bcm63xx/image/bcm63xx.mk +++ b/target/linux/bcm63xx/image/bcm63xx.mk @@ -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 ### |