9096556689
Minimize atngw100_defconfig, remove atngw100-base_defconfig, and remove the target skeleton and device table. Instead of having complete copies of new target skeletons (making them hard to maintain), we should just have a post-build script that adds/removes/tweaks the existing target skeleton. Moreover, most of the tweaks in this target skeleton were for specific packages, but the policy now is that board defconfig should just build a basic root filesystem with Busybox, and let the user select whichever set of packages (s)he wants. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
26 lines
620 B
Plaintext
26 lines
620 B
Plaintext
# Architecture
|
|
BR2_avr32=y
|
|
|
|
# Filesystems
|
|
# BR2_TARGET_ROOTFS_EXT2 is not set
|
|
BR2_TARGET_ROOTFS_JFFS2=y
|
|
BR2_TARGET_ROOTFS_JFFS2_FLASH_128=y
|
|
BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x1000
|
|
BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x20000
|
|
BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
|
|
BR2_TARGET_ROOTFS_JFFS2_BE=y
|
|
BR2_TARGET_ROOTFS_TAR=y
|
|
BR2_TARGET_ROOTFS_TAR_NONE=y
|
|
|
|
# Bootloader
|
|
BR2_TARGET_UBOOT=y
|
|
BR2_TARGET_UBOOT_BOARDNAME="atngw100"
|
|
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="atngw100"
|