]> Git Repo - buildroot-mgba.git/blame - configs/raspberrypi0w_defconfig
package/pcsc-lite: bump to version 1.8.26
[buildroot-mgba.git] / configs / raspberrypi0w_defconfig
CommitLineData
650818fb
YD
1BR2_arm=y
2BR2_arm1176jzf_s=y
3BR2_ARM_EABIHF=y
4
ed02414e
PS
5# Linux headers same as kernel, a 4.19 series
6BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
650818fb
YD
7
8BR2_TOOLCHAIN_BUILDROOT_CXX=y
9
10BR2_LINUX_KERNEL=y
7e7b9db6 11BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
7644350c 12BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,raspberrypi-kernel_1.20190925-1)/linux-raspberrypi-kernel_1.20190925-1.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"
32BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay"
This page took 0.196799 seconds and 4 git commands to generate.