From: Joel Stanley Date: Fri, 6 Aug 2021 00:32:58 +0000 (+0930) Subject: microwatt: Add defconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5f322f3a19450b3c2170190f8d4b770e6bfad93;p=buildroot.git microwatt: Add defconfig Signed-off-by: Joel Stanley --- diff --git a/configs/ppc64le_microwatt_defconfig b/configs/ppc64le_microwatt_defconfig new file mode 100644 index 0000000000..6b94d1b841 --- /dev/null +++ b/configs/ppc64le_microwatt_defconfig @@ -0,0 +1,15 @@ +# Architecture +BR2_powerpc64le=y +BR2_powerpc_microwatt=y + +# System +BR2_SYSTEM_DHCP="eth0" + +# Filesystem +BR2_TARGET_ROOTFS_CPIO=y +BR2_TARGET_ROOTFS_EXT2=y +# BR2_TARGET_ROOTFS_TAR is not set + + +# Kernel +BR2_LINUX_KERNEL=n