buildrootschalter/configs/integrator926_defconfig

21 lines
433 B
Plaintext
Raw Normal View History

# Architecture
2007-09-27 23:23:25 +02:00
BR2_arm=y
BR2_arm926t=y
# Bootloader
2009-01-29 21:10:23 +01:00
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="integratorcp_cm926ejs"
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="2.6.35"
2007-09-27 23:23:25 +02:00
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.35"
BR2_LINUX_KERNEL_DEFCONFIG="integrator"
2009-01-29 21:10:23 +01:00
# Filesystem
BR2_TARGET_ROOTFS_TAR=y