]>
Commit | Line | Data |
---|---|---|
d7cb5c08 GZ |
1 | # Architecture |
2 | BR2_mips=y | |
3 | BR2_mips_32r2=y | |
4 | ||
61c03fea GZ |
5 | # System |
6 | BR2_SYSTEM_DHCP="eth0" | |
7 | ||
05ccc70b | 8 | # Filesystem |
d7cb5c08 GZ |
9 | BR2_TARGET_ROOTFS_EXT2=y |
10 | # BR2_TARGET_ROOTFS_TAR is not set | |
11 | ||
302d3bc4 RN |
12 | # Image |
13 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh" | |
14 | BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)" | |
15 | ||
80623ea8 RN |
16 | # Linux headers same as kernel |
17 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y | |
4f54b3e0 | 18 | |
d7cb5c08 GZ |
19 | # Kernel |
20 | BR2_LINUX_KERNEL=y | |
21 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y | |
80623ea8 | 22 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15" |
d7cb5c08 | 23 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y |
03fb00f2 | 24 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips32r2-malta/linux.config" |
d7cb5c08 GZ |
25 | BR2_LINUX_KERNEL_VMLINUX=y |
26 | ||
27 | # Serial port config | |
28 | BR2_TARGET_GENERIC_GETTY=y | |
29 | BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" | |
29e1cb88 JB |
30 | |
31 | # host-qemu for gitlab testing | |
32 | BR2_PACKAGE_HOST_QEMU=y | |
33 | BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y |