Initial commit
This commit is contained in:
15
templates/rpi3-stretch-arm64-4.14.y.conf
Normal file
15
templates/rpi3-stretch-arm64-4.14.y.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
# Configuration template file used by rpi23-gen-image.sh
|
||||
# Debian Stretch using the Arm64 for kernel compilation and Debian distribution.
|
||||
|
||||
RPI_MODEL=3
|
||||
RELEASE=stretch
|
||||
BUILD_KERNEL=true
|
||||
KERNEL_ARCH=arm64
|
||||
RELEASE_ARCH=arm64
|
||||
CROSS_COMPILE=aarch64-linux-gnu-
|
||||
QEMU_BINARY=/usr/bin/qemu-aarch64-static
|
||||
KERNEL_DEFCONFIG=bcmrpi3_defconfig
|
||||
KERNEL_BIN_IMAGE=Image
|
||||
KERNEL_IMAGE=kernel8.img
|
||||
KERNEL_BRANCH=rpi-4.14.y
|
||||
ENABLE_WIRELESS=true
|
||||
Reference in New Issue
Block a user