2010-12-05 21:53:22 +01:00
|
|
|
# Architecture
|
|
|
|
BR2_sh=y
|
|
|
|
BR2_sh4=y
|
|
|
|
|
2011-10-24 21:42:13 +02:00
|
|
|
# system
|
|
|
|
BR2_TARGET_GENERIC_GETTY=y
|
2011-10-25 14:10:31 +02:00
|
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
|
2011-10-24 21:42:13 +02:00
|
|
|
|
2011-01-14 10:03:13 +01:00
|
|
|
# filesystem
|
|
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
2011-01-14 11:03:49 +01:00
|
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
2011-01-14 10:03:13 +01:00
|
|
|
|
2013-07-08 00:34:07 +02:00
|
|
|
# Lock to 3.2 headers to avoid breaking with newer kernels
|
|
|
|
BR2_KERNEL_HEADERS_VERSION=y
|
2014-03-07 11:08:36 +01:00
|
|
|
BR2_DEFAULT_KERNEL_VERSION="3.2.55"
|
|
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_2=y
|
2012-03-21 03:45:06 +01:00
|
|
|
|
2010-12-05 21:53:22 +01:00
|
|
|
# The kernel wants to use the -m4-nofpu option to make sure that it
|
|
|
|
# doesn't use floating point operations.
|
|
|
|
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
|
|
|
|
|
|
|
|
# Linux kernel
|
|
|
|
BR2_LINUX_KERNEL=y
|
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
2014-03-07 11:08:36 +01:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.55"
|
2010-12-05 21:53:22 +01:00
|
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
2012-01-05 17:30:18 +01:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.2.config"
|
2010-12-05 21:53:22 +01:00
|
|
|
BR2_LINUX_KERNEL_ZIMAGE=y
|