From 46d4c09bb64c94724731347f671c01882c23a83a Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Sun, 13 Jan 2019 07:18:55 +0000 Subject: [PATCH] mpc85xx: disable initramfs image in TL-WDR4900 Initramfs image isn't required for this device and regular initramfs generation isn't work properly. It create not working binaries. This patch disable initramfs image for TL-WDR4900. Signed-off-by: Pawel Dembicki --- target/linux/mpc85xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index dd15d4c610..7cbf733852 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -49,6 +49,7 @@ define Device/tl-wdr4900-v1 TPLINK_HWREV := 1 TPLINK_FLASHLAYOUT := 16Mppc KERNEL_NAME := cuImage.tl-wdr4900-v1 + KERNEL_INITRAMFS := SUPPORTED_DEVICES:=tl-wdr4900-v1 tplink,tl-wdr4900-v1 IMAGES := fdt.bin factory.bin sysupgrade.bin IMAGE/fdt.bin := append-dtb -- 2.30.2