diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-07 13:50:36 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-08 09:16:37 +0200 |
commit | 98d418e05f0bf488b14adabffe6db200b7394a1c (patch) | |
tree | 24a5cf01d49d8fa2b9a348a42880c54134d2e84f /target/linux/brcm63xx/image | |
parent | d6ad9d3e9c1c51968aa00257423a97b0ce1e6847 (diff) | |
download | upstream-98d418e05f0bf488b14adabffe6db200b7394a1c.tar.gz upstream-98d418e05f0bf488b14adabffe6db200b7394a1c.tar.bz2 upstream-98d418e05f0bf488b14adabffe6db200b7394a1c.zip |
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 <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index a92cb43334..05ad1d3d40 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 |