Browse Source

lantiq: fix AVM initramfs image

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

Signed-off-by: Valentin Spreckels <[email protected]>
Valentin Spreckels 7 năm trước cách đây
mục cha
commit
ac1c31c259
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      target/linux/lantiq/image/Makefile

+ 1 - 0
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