Kristian Amlie
5 years ago
committed by
GitHub
5 changed files with 11 additions and 8 deletions
@ -1,5 +1,6 @@ |
|||
RASPBERRYPI_CONFIG="raspberrypi0w" |
|||
RASPBERRYPI_KERNEL_IMAGE="kernel.img" |
|||
MENDER_KERNEL_IMAGETYPE=zImage |
|||
MENDER_DEVICE_TYPE="raspberrypi0w" |
|||
|
|||
source configs/raspberrypi_config |
|||
|
@ -1,5 +1,6 @@ |
|||
RASPBERRYPI_CONFIG="raspberrypi3" |
|||
RASPBERRYPI_KERNEL_IMAGE="kernel7.img" |
|||
MENDER_KERNEL_IMAGETYPE="zImage" |
|||
MENDER_DEVICE_TYPE="raspberrypi3" |
|||
|
|||
source configs/raspberrypi_config |
|||
|
@ -1,5 +1,6 @@ |
|||
RASPBERRYPI_CONFIG="raspberrypi4" |
|||
RASPBERRYPI_KERNEL_IMAGE="kernel7l.img" |
|||
MENDER_KERNEL_IMAGETYPE="zImage" |
|||
MENDER_DEVICE_TYPE="raspberrypi4" |
|||
|
|||
source configs/raspberrypi_config |
|||
|
Loading…
Reference in new issue