From 77074cb38fe8c5f64d3347110b345a9030e064af Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 31 Dec 2017 20:16:59 +0200 Subject: [PATCH] nanopineo2: fix initramfs image format --- configs/nanopineo2_initramfs_defconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/nanopineo2_initramfs_defconfig b/configs/nanopineo2_initramfs_defconfig index 212f8a25b7..6f06611853 100644 --- a/configs/nanopineo2_initramfs_defconfig +++ b/configs/nanopineo2_initramfs_defconfig @@ -1,7 +1,4 @@ BR2_aarch64=y -BR2_ARM_FPU_VFPV4=y -BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo2-initramfs" BR2_OPTIMIZE_2=y @@ -12,5 +9,6 @@ BR2_ROOTFS_SKELETON_CUSTOM_PATH="board/common/skeleton-initramfs" BR2_ROOTFS_OVERLAY="board/common/overlay-initramfs board/nanopineo2/overlay-initramfs" BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox_initramfs.config" BR2_TARGET_ROOTFS_CPIO=y +BR2_TARGET_ROOTFS_CPIO_GZIP=y BR2_TARGET_ROOTFS_CPIO_UIMAGE=y # BR2_TARGET_ROOTFS_TAR is not set