From a92f73e922e259fca4b357f402dd0bffe79f0bab Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Sat, 30 Sep 2017 11:13:35 -0500 Subject: mpc85xx: Enable initramfs for p1020 subtarget The following patch enables building of initramfs images by default for the P1020 subtarget in mpc85xx. Signed-off-by: Chris Blake --- config/Config-images.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config/Config-images.in') diff --git a/config/Config-images.in b/config/Config-images.in index 55aff7d087..607659114e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -17,6 +17,7 @@ menu "Target Images" default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx + default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_mpc85xx default TARGET_INITRAMFS_COMPRESSION_NONE depends on TARGET_ROOTFS_INITRAMFS help -- cgit v1.2.3