From: Álvaro Fernández Rojas Date: Tue, 7 Jun 2016 11:50:36 +0000 (+0200) Subject: brcm63xx: improve image/Makefile X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=98d418e05f0bf488b14adabffe6db200b7394a1c;p=openwrt%2Fstaging%2Frmilecki.git brcm63xx: improve image/Makefile - Use KERNEL_INITRAMFS_SUFFIX for customizing initramfs name. - Modifying $(PROFILES) is no longer needed. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index a92cb43334d..05ad1d3d408 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -167,9 +167,8 @@ define Build/redboot-bin endef define Device/Default - PROFILES = Default KERNEL_DEPENDS = $$(wildcard ../dts/$$(DEVICE_DTS).dts) - KERNEL_INITRAMFS_IMAGE = $$(KERNEL_INITRAMFS_PREFIX).elf + KERNEL_INITRAMFS_SUFFIX := .elf DEVICE_DTS := endef DEVICE_VARS += DEVICE_DTS