Add wpasupplicant to the additional packages installed for the raspi2 and raspi3 targets.

sil2100/raspi-wpasupplicant
Łukasz 'sil2100' Zemczak 6 years ago
parent d6444ffe6e
commit 85eed4a91d

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.552) UNRELEASED; urgency=medium
* Add wpasupplicant to the additional packages installed for the raspi2 and
raspi3 targets.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 17 Dec 2018 16:38:19 +0100
livecd-rootfs (2.551) disco; urgency=medium livecd-rootfs (2.551) disco; urgency=medium
* Do no install openssh-server in the base filsystem for the live server * Do no install openssh-server in the base filsystem for the live server

@ -814,13 +814,13 @@ case $ARCH in
;; ;;
raspi2) raspi2)
COMPONENTS='main restricted universe multiverse' 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 BINARY_REMOVE_LINUX=false
;; ;;
raspi3) raspi3)
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
KERNEL_FLAVOURS=raspi2 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 BINARY_REMOVE_LINUX=false
;; ;;

Loading…
Cancel
Save