]>
Commit | Line | Data |
---|---|---|
e8d0f412 TP |
1 | # Architecture |
2 | BR2_mipsel=y | |
3 | BR2_mips_32r2=y | |
4 | ||
d037d9c2 WB |
5 | # Hashes |
6 | BR2_GLOBAL_PATCH_DIR="board/qemu/patches" | |
7 | BR2_DOWNLOAD_FORCE_CHECK_HASHES=y | |
8 | ||
61c03fea GZ |
9 | # System |
10 | BR2_SYSTEM_DHCP="eth0" | |
11 | ||
05ccc70b | 12 | # Filesystem |
319815a5 | 13 | BR2_TARGET_ROOTFS_EXT2=y |
f12b1771 | 14 | # BR2_TARGET_ROOTFS_TAR is not set |
319815a5 | 15 | |
302d3bc4 RN |
16 | # Image |
17 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh" | |
18 | BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)" | |
19 | ||
80623ea8 | 20 | # Linux headers same as kernel |
9982e0b5 | 21 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y |
b3a30668 | 22 | |
e8d0f412 TP |
23 | # Kernel |
24 | BR2_LINUX_KERNEL=y | |
25 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y | |
d037d9c2 | 26 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.32" |
e8d0f412 | 27 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y |
03fb00f2 | 28 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips32r2el-malta/linux.config" |
e8d0f412 TP |
29 | BR2_LINUX_KERNEL_VMLINUX=y |
30 | ||
31 | # Serial port config | |
32 | BR2_TARGET_GENERIC_GETTY=y | |
33 | BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" | |
29e1cb88 JB |
34 | |
35 | # host-qemu for gitlab testing | |
36 | BR2_PACKAGE_HOST_QEMU=y | |
37 | BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y |