0fabb345a7
Use recent U-Boot and kernel version, remove target skeleton and use the default one instead, remove useless kernel configuration, busybox configuration and device table. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
21 lines
380 B
Plaintext
21 lines
380 B
Plaintext
# Architecture
|
|
BR2_avr32=y
|
|
|
|
# U-Boot
|
|
BR2_TARGET_UBOOT=y
|
|
BR2_TARGET_UBOOT_BOARDNAME="atstk1002"
|
|
BR2_TARGET_UBOOT_2010_09=y
|
|
|
|
# Kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.35"
|
|
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
|
|
BR2_LINUX_KERNEL_DEFCONFIG="atstk1002"
|
|
|
|
# Filesystem
|
|
# BR2_TARGET_ROOTFS_EXT2 is not set
|
|
BR2_TARGET_ROOTFS_TAR=y
|
|
|
|
|