linux-headers: allow specifying 4.8 as kernel header version
[buildroot-gz.git] / configs / raspberrypi0_defconfig
blob87b1108e7560730fc9b7a56815a2d024137454ae
1 BR2_arm=y
2 BR2_arm1176jzf_s=y
3 BR2_ARM_EABIHF=y
5 # Linux headers same as kernel, a 4.4 series
6 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
8 BR2_TOOLCHAIN_BUILDROOT_CXX=y
10 BR2_LINUX_KERNEL=y
11 BR2_LINUX_KERNEL_CUSTOM_GIT=y
12 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
13 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="26f3b72a9c049be10e6af196252283e1f6ab9d1f"
14 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
16 # Build the DTBs for A/B from the kernel sources: the zero is the same
17 # as the A+ model, just in a different form-factor
18 BR2_LINUX_KERNEL_DTS_SUPPORT=y
19 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b-plus"
21 BR2_PACKAGE_RPI_FIRMWARE=y
22 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
24 # Required tools to create the SD image
25 BR2_PACKAGE_HOST_DOSFSTOOLS=y
26 BR2_PACKAGE_HOST_GENIMAGE=y
27 BR2_PACKAGE_HOST_MTOOLS=y
29 # Filesystem / image
30 BR2_TARGET_ROOTFS_EXT2=y
31 BR2_TARGET_ROOTFS_EXT2_4=y
32 # BR2_TARGET_ROOTFS_TAR is not set
33 BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi0/post-build.sh"
34 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi0/post-image.sh"