]> Git Repo - buildroot-mgba.git/blame - configs/raspberrypi0w_defconfig
configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33)
[buildroot-mgba.git] / configs / raspberrypi0w_defconfig
CommitLineData
650818fb
YD
1BR2_arm=y
2BR2_arm1176jzf_s=y
3BR2_ARM_EABIHF=y
4
e934f23c
PS
5# Linux headers same as kernel, a 5.10 series
6BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
650818fb
YD
7
8BR2_TOOLCHAIN_BUILDROOT_CXX=y
9
10BR2_LINUX_KERNEL=y
7e7b9db6 11BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
ebe22f65 12BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,96110e96f1a82e236afb9a248258f1ef917766e9)/linux-96110e96f1a82e236afb9a248258f1ef917766e9.tar.gz"
650818fb
YD
13BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
14BR2_LINUX_KERNEL_DTS_SUPPORT=y
fcecfb66 15BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero-w"
ed02414e 16BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
650818fb
YD
17
18BR2_PACKAGE_RPI_FIRMWARE=y
19
20# Required tools to create the SD image
21BR2_PACKAGE_HOST_DOSFSTOOLS=y
22BR2_PACKAGE_HOST_GENIMAGE=y
23BR2_PACKAGE_HOST_MTOOLS=y
24
25# Filesystem / image
26BR2_TARGET_ROOTFS_EXT2=y
27BR2_TARGET_ROOTFS_EXT2_4=y
d4f7767c 28BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
650818fb
YD
29# BR2_TARGET_ROOTFS_TAR is not set
30BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi0w/post-build.sh"
31BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi0w/post-image.sh"
61d7face 32BR2_ROOTFS_POST_SCRIPT_ARGS="--add-miniuart-bt-overlay"
This page took 0.326456 seconds and 4 git commands to generate.