From f14adde522d58dad2c5d482fa08bbc6d5b88caa4 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 27 Jul 2019 16:31:55 +0300 Subject: [PATCH] Raspberry Pi 4: add initramfs defconfig --- configs/raspberrypi4_initramfs_defconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configs/raspberrypi4_initramfs_defconfig diff --git a/configs/raspberrypi4_initramfs_defconfig b/configs/raspberrypi4_initramfs_defconfig new file mode 100644 index 0000000000..c9d7838e47 --- /dev/null +++ b/configs/raspberrypi4_initramfs_defconfig @@ -0,0 +1,17 @@ +BR2_arm=y +BR2_cortex_a7=y +BR2_ARM_FPU_NEON_VFPV4=y +BR2_CCACHE=y +BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi4-initramfs" +BR2_OPTIMIZE_2=y +BR2_TOOLCHAIN_EXTERNAL=y +BR2_TARGET_OPTIMIZATION="-pipe" +BR2_TARGET_GENERIC_HOSTNAME="" +BR2_TARGET_GENERIC_ISSUE="" +BR2_ROOTFS_OVERLAY="board/common/overlay-initramfs board/raspberrypi/overlay-initramfs" +BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox_initramfs.config" +BR2_PACKAGE_UTIL_LINUX=y +BR2_PACKAGE_UTIL_LINUX_LIBBLKID=y +BR2_TARGET_ROOTFS_CPIO=y +BR2_TARGET_ROOTFS_CPIO_GZIP=y +# BR2_TARGET_ROOTFS_TAR is not set