mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Enable Rpi4 kinetic build and remove deprecated (#4336)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user