]>
Commit | Line | Data |
---|---|---|
e8d0f412 TP |
1 | # Architecture |
2 | BR2_mipsel=y | |
3 | BR2_mips_32r2=y | |
4 | ||
61c03fea GZ |
5 | # System |
6 | BR2_SYSTEM_DHCP="eth0" | |
7 | ||
05ccc70b | 8 | # Filesystem |
319815a5 | 9 | BR2_TARGET_ROOTFS_EXT2=y |
f12b1771 | 10 | # BR2_TARGET_ROOTFS_TAR is not set |
319815a5 | 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 | ||
80a04470 RN |
16 | # Linux headers same as kernel, a 5.4 series |
17 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y | |
b3a30668 | 18 | |
e8d0f412 TP |
19 | # Kernel |
20 | BR2_LINUX_KERNEL=y | |
21 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y | |
ca72d6b2 | 22 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.42" |
e8d0f412 | 23 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y |
03fb00f2 | 24 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips32r2el-malta/linux.config" |
e8d0f412 TP |
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 |