diff --git a/debian/changelog b/debian/changelog index 8617034a..c6b47a18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.525.37) UNRELEASED; urgency=medium + + * Use the linux-raspi2-5.3 kernel flavour for the raspi3 images. This kernel + is required for proper pi4 support. (LP: #1859478) + + -- Ɓukasz 'sil2100' Zemczak Mon, 13 Jan 2020 15:33:20 +0100 + livecd-rootfs (2.525.36) bionic; urgency=medium * Preserve apt preferences created by any package we install (i.e. diff --git a/live-build/auto/config b/live-build/auto/config index f9d31e94..f71095bf 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -882,7 +882,7 @@ case $ARCH in ;; raspi3) COMPONENTS='main restricted universe multiverse' - KERNEL_FLAVOURS=raspi2 + KERNEL_FLAVOURS=raspi2-5.3 add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;;