]> Git Repo - buildroot-mgba.git/blame - configs/raspberrypi2_defconfig
configs/raspberrypi2_defconfig: configure eth0 through dhcp
[buildroot-mgba.git] / configs / raspberrypi2_defconfig
CommitLineData
7f6a9f6e
JH
1BR2_arm=y
2BR2_cortex_a7=y
3BR2_ARM_EABIHF=y
4BR2_ARM_FPU_NEON_VFPV4=y
79e8d730 5
7f6a9f6e 6BR2_TOOLCHAIN_BUILDROOT_CXX=y
79e8d730 7
7f6a9f6e 8BR2_TARGET_GENERIC_GETTY_PORT="tty1"
20c59c8e 9BR2_SYSTEM_DHCP="eth0"
79e8d730 10
674e0996 11# Linux headers same as kernel, a 4.1 series
ccc6272e 12BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
79e8d730 13
7f6a9f6e
JH
14BR2_LINUX_KERNEL=y
15BR2_LINUX_KERNEL_CUSTOM_GIT=y
16BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
d0e2e6fd 17BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="d33d0293e245badc4ca6ede3984d8bb8ea63cb1a"
7f6a9f6e 18BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
7d377541
YM
19
20# Build the DTB from the kernel sources
21BR2_LINUX_KERNEL_DTS_SUPPORT=y
22BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2709-rpi-2-b"
79e8d730 23
7f6a9f6e 24BR2_PACKAGE_RPI_FIRMWARE=y
7d377541 25# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
8dd797a0
GZ
26
27# Required tools to create the SD image
28BR2_PACKAGE_HOST_DOSFSTOOLS=y
29BR2_PACKAGE_HOST_GENIMAGE=y
30BR2_PACKAGE_HOST_MTOOLS=y
31
32# Filesystem / image
33BR2_TARGET_ROOTFS_EXT2=y
34BR2_TARGET_ROOTFS_EXT2_4=y
35# BR2_TARGET_ROOTFS_TAR is not set
36BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi2/post-image.sh"
This page took 0.149375 seconds and 4 git commands to generate.