lantiq: fix AVM initramfs image

Create an initramfs that can be used with the EVA bootloader.

Signed-off-by: Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE>
master
Valentin Spreckels 7 years ago committed by Mathias Kresin
parent 26a9f01fc6
commit ac1c31c259
  1. 1
      target/linux/lantiq/image/Makefile

@ -101,6 +101,7 @@ endef
define Device/AVM
KERNEL := kernel-bin | append-dtb | lzma | eva-image
KERNEL_INITRAMFS := $$(KERNEL)
IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-avm-fakeroot | \
append-rootfs | pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE)
endef

Loading…
Cancel
Save