[neon/neon/livecd-rootfs/Neon/release] /: Pre-install wpasupplicant on all the RISC-V preinstalled images (besides cloud).

Łukasz 'sil2100' Zemczak null at kde.org
Tue Aug 9 15:48:28 BST 2022


Git commit 31ea439043fd6a4f978b23b68eade4fef74631ba by Łukasz 'sil2100' Zemczak.
Committed on 28/07/2022 at 12:18.
Pushed by jriddell into branch 'Neon/release'.

Pre-install wpasupplicant on all the RISC-V preinstalled images (besides cloud).

M  +7    -0    debian/changelog
M  +5    -1    live-build/auto/config

https://invent.kde.org/neon/neon/livecd-rootfs/commit/31ea439043fd6a4f978b23b68eade4fef74631ba

diff --git a/debian/changelog b/debian/changelog
index 407b4b2a..4615eeae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+livecd-rootfs (2.765.7) UNRELEASED; urgency=medium
+
+  * Install wpasupplicant by default as for now, most of the RISC-V boards
+    embed a Wifi chipset (LP: #1983008)
+
+ -- Alexandre Ghiti <alexandre.ghiti at canonical.com>  Thu, 28 Jul 2022 14:17:11 +0200
+
 livecd-rootfs (2.765.6) jammy; urgency=medium
 
   [ Alexandre Ghiti ]
diff --git a/live-build/auto/config b/live-build/auto/config
index b594b79c..862bb55c 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -1067,7 +1067,7 @@ case $PROJECT in
 		;;
 esac
 
-case "$ARCH+${SUBARCH:-}" in
+case "$ARCH${SUBARCH:++$SUBARCH}" in
 	arm*+raspi)
 		# Common configuration for all Raspberry Pi image variants (server,
 		# desktop etc.)
@@ -1078,6 +1078,10 @@ case "$ARCH+${SUBARCH:-}" in
 		add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tools
 		BINARY_REMOVE_LINUX=false
 		;;
+	riscv*+*)
+		# We'll add wpasupplicant to the seeds when we work on RISC-V seeds.
+		add_package install wpasupplicant
+		;;
 esac
 
 case $PROJECT:${SUBPROJECT:-} in



More information about the Neon-commits mailing list