]>
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 | |
fd8a02fd GB |
12 | # Linux headers same as kernel, a 4.19 series |
13 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y | |
b3a30668 | 14 | |
e8d0f412 TP |
15 | # Kernel |
16 | BR2_LINUX_KERNEL=y | |
17 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y | |
fd8a02fd | 18 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.16" |
e8d0f412 | 19 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y |
03fb00f2 | 20 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips32r2el-malta/linux.config" |
e8d0f412 TP |
21 | BR2_LINUX_KERNEL_VMLINUX=y |
22 | ||
23 | # Serial port config | |
24 | BR2_TARGET_GENERIC_GETTY=y | |
25 | BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" |