]> Git Repo - buildroot-mgba.git/blame - configs/rpi_defconfig
configs/qemu: bump relevant config versions
[buildroot-mgba.git] / configs / rpi_defconfig
CommitLineData
1eb716f7
MH
1BR2_arm=y
2BR2_arm1176jzf_s=y
3
4BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
5BR2_TOOLCHAIN_BUILDROOT_CXX=y
6
7BR2_TARGET_GENERIC_GETTY_PORT="tty1"
8
9BR2_PACKAGE_RPI_FIRMWARE=y
10BR2_PACKAGE_RPI_USERLAND=y
11BR2_PACKAGE_LIBCOFI=y
12
13# Lock to 3.6 headers as the RPi kernel is based off the 3.6 branch
14BR2_KERNEL_HEADERS_VERSION=y
15BR2_DEFAULT_KERNEL_VERSION="3.6.11"
16
17BR2_LINUX_KERNEL=y
18BR2_LINUX_KERNEL_CUSTOM_GIT=y
19BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/raspberrypi/linux.git"
a03386fb 20BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="0006326"
1eb716f7
MH
21BR2_LINUX_KERNEL_USE_DEFCONFIG=y
22BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
23BR2_LINUX_KERNEL_ZIMAGE=y
This page took 0.067169 seconds and 4 git commands to generate.