diff --git a/config/sources/families/bcm2711.conf b/config/sources/families/bcm2711.conf index 3552b9e90c..4eba5a655f 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