diff options
author | Gregory Hermant <gregory.hermant@calao-systems.com> | 2013-01-28 06:48:31 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-28 21:53:20 +0100 |
commit | 08d9ac9fe7972582263254a3c9484fc9826fbfd4 (patch) | |
tree | 534e0f5495445490759674717244da7315b24037 /configs | |
parent | ae20051b93871525295074659d879bdc61ad6340 (diff) | |
download | buildroot-novena-08d9ac9fe7972582263254a3c9484fc9826fbfd4.tar.gz buildroot-novena-08d9ac9fe7972582263254a3c9484fc9826fbfd4.zip |
Add support for the Calao-systems USB-A9260
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/calao_usb_a9260_defconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/calao_usb_a9260_defconfig b/configs/calao_usb_a9260_defconfig new file mode 100644 index 000000000..d84f71833 --- /dev/null +++ b/configs/calao_usb_a9260_defconfig @@ -0,0 +1,15 @@ +BR2_arm=y +BR2_arm926t=y +BR2_PACKAGE_MTD=y +BR2_PACKAGE_HOST_SAM_BA=y +BR2_TARGET_ROOTFS_UBIFS=y +BR2_TARGET_AT91BOOTSTRAP=y +BR2_TARGET_AT91BOOTSTRAP_CUSTOM_PATCH_DIR="board/calao/usb-a9260" +BR2_TARGET_AT91BOOTSTRAP_BOARD="usb_a9260" +BR2_TARGET_AT91BOOTSTRAP_NANDFLASH=y +BR2_TARGET_BAREBOX=y +BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9260" +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9260/linux-3.7.4.config" +BR2_LINUX_KERNEL_ZIMAGE=y |