Matt Weber | dab038d | 2018-04-01 15:01:13 -0500 | [diff] [blame] | 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" |
Matt Weber | ce91cbd | 2018-04-02 15:01:18 -0500 | [diff] [blame] | 17 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |
Matt Weber | dab038d | 2018-04-01 15:01:13 -0500 | [diff] [blame] | 18 | |
| 19 | # Filesystem |
| 20 | BR2_TARGET_ROOTFS_EXT2=y |
| 21 | # BR2_TARGET_ROOTFS_TAR is not set |