mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-19 06:41:33 +00:00
Imported 2.556
No reason for CPC update specified.
This commit is contained in:
parent
1688552832
commit
9c2cab57bc
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <lukasz.zemczak@ubuntu.com> Fri, 11 Jan 2019 11:25:05 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.555) disco; urgency=medium
|
livecd-rootfs (2.555) disco; urgency=medium
|
||||||
|
|
||||||
* Apparently the last raspi3 image rename was not what cdimage expected.
|
* Apparently the last raspi3 image rename was not what cdimage expected.
|
||||||
|
@ -821,13 +821,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…
x
Reference in New Issue
Block a user