From 4cfe993c3adf14da1508a1d8d29dcf8eade8a259 Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Tue, 27 Sep 2022 13:50:08 -0700 Subject: [PATCH] s/linux-firmware-raspi2/linux-firmware-raspi/ --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5a97cc80..109791a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.786) UNRELEASED; urgency=medium + + * linux-firmware-raspi2 is now the package known as linux-firmware-raspi. + + -- Brian Murray Tue, 27 Sep 2022 13:49:27 -0700 + livecd-rootfs (2.785) kinetic; urgency=medium * Disable the snap-preseed calls in the interest of getting images built for diff --git a/live-build/auto/config b/live-build/auto/config index f50601f4..41af7bf3 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1102,7 +1102,7 @@ case "$ARCH${SUBARCH:++$SUBARCH}" in KERNEL_FLAVOURS="$SUBARCH" # Most Pi-specific package installation is handled via the seeds in the # per-project/subproject cases above - add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tools + add_package install linux-firmware-raspi pi-bluetooth u-boot-rpi u-boot-tools BINARY_REMOVE_LINUX=false ;; riscv*+*)