]> Git Repo - buildroot-mgba.git/blame - configs/raspberrypi0_defconfig
package/strongswan: add config option to enable bypass-lan plugin
[buildroot-mgba.git] / configs / raspberrypi0_defconfig
CommitLineData
ee50eb8a
YM
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
ee50eb8a
YM
7
8BR2_TOOLCHAIN_BUILDROOT_CXX=y
9
10BR2_LINUX_KERNEL=y
7e7b9db6 11BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
4a8a6dc4 12BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,0b54dbda3cca2beb51e236a25738784e90853b64)/linux-0b54dbda3cca2beb51e236a25738784e90853b64.tar.gz"
ee50eb8a
YM
13BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
14
15# Build the DTBs for A/B from the kernel sources: the zero is the same
16# as the A+ model, just in a different form-factor
17BR2_LINUX_KERNEL_DTS_SUPPORT=y
fd69af5e 18BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero"
ee50eb8a 19
ed02414e
PS
20BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
21
ee50eb8a 22BR2_PACKAGE_RPI_FIRMWARE=y
689b9ac4
PS
23BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y
24BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI=y
25BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi0/config_default.txt"
ee50eb8a
YM
26# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
27
28# Required tools to create the SD image
29BR2_PACKAGE_HOST_DOSFSTOOLS=y
30BR2_PACKAGE_HOST_GENIMAGE=y
31BR2_PACKAGE_HOST_MTOOLS=y
32
33# Filesystem / image
34BR2_TARGET_ROOTFS_EXT2=y
35BR2_TARGET_ROOTFS_EXT2_4=y
4aab77b7 36BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
ee50eb8a
YM
37# BR2_TARGET_ROOTFS_TAR is not set
38BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi0/post-build.sh"
39BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi0/post-image.sh"
This page took 0.605553 seconds and 4 git commands to generate.