319815a5d5
It's pretty uncommon to use ext2fs on embedded systems, so don't enable it by default. Adjust defconfigs to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20 lines
344 B
Plaintext
20 lines
344 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_TAR=y
|
|
|
|
|