lua: add missing hash for lua 5.3.0
[buildroot-gz.git] / configs / qemu_mips64_malta_defconfig
blob2d6202e8f6de5ebf2afee1023345722d7e36526d
1 # Architecture
2 BR2_mips64=y
3 BR2_MIPS_NABI64=y
5 # Filesystem
6 BR2_TARGET_ROOTFS_EXT2=y
7 # BR2_TARGET_ROOTFS_TAR is not set
9 # Lock to 3.18 headers to avoid breaking with newer kernels
10 BR2_KERNEL_HEADERS_VERSION=y
11 BR2_DEFAULT_KERNEL_VERSION="3.18.4"
12 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
14 # Kernel
15 BR2_LINUX_KERNEL=y
16 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
17 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.18.4"
18 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
19 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.18.config"
20 BR2_LINUX_KERNEL_VMLINUX=y
22 # Serial port config
23 BR2_TARGET_GENERIC_GETTY=y
24 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"