]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - configs/qemu_ppc64_e5500_defconfig
libnetfilter_log: add hash for license file
[coffee/buildroot.git] / configs / qemu_ppc64_e5500_defconfig
1 # Architecture
2 BR2_powerpc64=y
3 BR2_powerpc_e5500=y
4
5 # Serial port config
6 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
7
8 # Linux headers same as the kernel
9 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
10
11 # Kernel
12 BR2_LINUX_KERNEL=y
13 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
14 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.7"
15 BR2_LINUX_KERNEL_DEFCONFIG="corenet64_smp"
16 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/ppc64-e5500/linux.fragment"
17 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
18
19 # Filesystem
20 BR2_TARGET_ROOTFS_EXT2=y
21 # BR2_TARGET_ROOTFS_TAR is not set