e2fsprogs: bump to 1.42.3
[buildroot-gz.git] / configs / qemu_sh4_r2d_defconfig
blob58ace03dfe111624604eba5cc83390b090de45ce
1 # Architecture
2 BR2_sh=y
3 BR2_sh4=y
5 # system
6 BR2_TARGET_GENERIC_GETTY=y
7 BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
9 # filesystem
10 BR2_TARGET_ROOTFS_EXT2=y
11 # BR2_TARGET_ROOTFS_TAR is not set
13 # Avoid 3.3+ headers
14 BR2_KERNEL_HEADERS_3_2=y
16 # The kernel wants to use the -m4-nofpu option to make sure that it
17 # doesn't use floating point operations.
18 BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
20 # Linux kernel
21 BR2_LINUX_KERNEL=y
22 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
23 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.16"
24 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
25 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.2.config"
26 BR2_LINUX_KERNEL_ZIMAGE=y