From 9c2cab57bc44137735e4e573d1fc0825b73f5125 Mon Sep 17 00:00:00 2001 From: CloudBuilder Date: Fri, 11 Jan 2019 13:26:09 +0000 Subject: [PATCH] Imported 2.556 No reason for CPC update specified. --- debian/changelog | 7 +++++++ live-build/auto/config | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8accb849..37ca60ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.556) disco; urgency=medium + + * Add wpasupplicant to the additional packages installed for the raspi2 and + raspi3 targets. + + -- Ɓukasz 'sil2100' Zemczak Fri, 11 Jan 2019 11:25:05 +0100 + livecd-rootfs (2.555) disco; urgency=medium * Apparently the last raspi3 image rename was not what cdimage expected. diff --git a/live-build/auto/config b/live-build/auto/config index c9ec49f1..c99ab05f 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -821,13 +821,13 @@ case $ARCH in ;; raspi2) COMPONENTS='main restricted universe multiverse' - add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools + add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;; raspi3) COMPONENTS='main restricted universe multiverse' KERNEL_FLAVOURS=raspi2 - add_package install raspi3-firmware u-boot-rpi flash-kernel u-boot-tools + add_package install raspi3-firmware u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;;