From 01ebcc70b5ad434da430ed3b57ad1e1d444753db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 25 Oct 2022 11:27:04 +0200 Subject: [PATCH] Enable Rpi4 kinetic build and remove deprecated (#4336) --- config/sources/families/bcm2711.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/bcm2711.conf b/config/sources/families/bcm2711.conf index 3552b9e90..4eba5a655 100644 --- a/config/sources/families/bcm2711.conf +++ b/config/sources/families/bcm2711.conf @@ -73,7 +73,7 @@ extension_prepare_config__prepare_rpi_flash_kernel() { if [[ "$RELEASE" =~ ^(${usable_releases})$ ]]; then export FK__EXTRA_PACKAGES="rpi-eeprom linux-firmware linux-firmware-raspi2 libraspberrypi-bin cloud-initramfs-growroot" - if [[ "$RELEASE" =~ ^(hirsute|impish|jammy)$ ]]; then # Add raspi-config for those releases that have it; it might be useful. + if [[ "$RELEASE" =~ ^(jammy|kinetic)$ ]]; then # Add raspi-config for those releases that have it; it might be useful. export FK__EXTRA_PACKAGES="${FK__EXTRA_PACKAGES} raspi-config" fi