lantiq: fix AVM initramfs image
[openwrt/openwrt.git] / target / linux / lantiq / image / Makefile
index e52e43c6e59e4dc58c57a3b72617853e03c0d3f7..e6fbc1dbf8b511de2faeee5c0f18743c2b9872f0 100644 (file)
@@ -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