diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-25 13:10:38 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-29 10:20:27 +0100 |
commit | a07c4977ac19535cc5fd8187c354de00181382bb (patch) | |
tree | ce3c1ae79abc126df4f1824f233c1f7531bf56cd /target/linux/brcm47xx/image/Makefile | |
parent | f12f77b47725a44e042c87b95d948b0114b5dc04 (diff) | |
download | upstream-a07c4977ac19535cc5fd8187c354de00181382bb.tar.gz upstream-a07c4977ac19535cc5fd8187c354de00181382bb.tar.bz2 upstream-a07c4977ac19535cc5fd8187c354de00181382bb.zip |
brcm47xx: fix initramfs image build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/brcm47xx/image/Makefile')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 44fdd73bfc..2b8142a954 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -138,6 +138,7 @@ define Device/Default KERNEL := kernel-bin IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1).$$(2) KERNEL_NAME = vmlinux.lzma + KERNEL_INITRAMFS_NAME = vmlinux-initramfs.lzma FILESYSTEMS := $(FS_64K) IMAGES := trx IMAGE/trx := append-rootfs | trx-with-loader |