]> Git Repo - buildroot-mgba.git/blob - configs/nitrogen6x_defconfig
nitrogen6x_defconfig: Use tarball from github instead of cloning git
[buildroot-mgba.git] / configs / nitrogen6x_defconfig
1 # architecture
2 BR2_arm=y
3 BR2_cortex_a9=y
4
5 # system
6 BR2_TARGET_GENERIC_GETTY=y
7 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
8 BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/nitrogen6x/post-build.sh"
9
10 # filesystem
11 BR2_TARGET_ROOTFS_EXT2=y
12
13 # bootloader
14 BR2_TARGET_UBOOT=y
15 BR2_TARGET_UBOOT_BOARDNAME="mx6q_sabrelite"
16 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
17 BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-2009-08/tarball/1f7edab/u-boot-1f7edab.tar.gz"
18
19 # kernel
20 BR2_LINUX_KERNEL=y
21 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
22 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/linux-imx6/tarball/cb1a536/linux-imx6-cb1a536.tar.gz"
23 BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x"
24 BR2_LINUX_KERNEL_INSTALL_TARGET=y
This page took 0.025608 seconds and 4 git commands to generate.