2011-11-11 22:12:47 +01:00
|
|
|
# Architecture
|
|
|
|
BR2_sparc=y
|
|
|
|
BR2_sparc_supersparc=y
|
|
|
|
|
|
|
|
# filesystem
|
|
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
|
|
|
2012-09-21 06:54:25 +02:00
|
|
|
# Lock to 3.5 headers to avoid breaking with newer kernels
|
|
|
|
BR2_KERNEL_HEADERS_3_5=y
|
2012-05-03 17:08:37 +02:00
|
|
|
|
2011-11-11 22:12:47 +01:00
|
|
|
# Linux kernel
|
|
|
|
BR2_LINUX_KERNEL=y
|
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
2012-09-21 06:54:25 +02:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
|
2011-11-11 22:12:47 +01:00
|
|
|
BR2_LINUX_KERNEL_DEFCONFIG="sparc32"
|
|
|
|
BR2_LINUX_KERNEL_ZIMAGE=y
|