Skip to content

Commit c91019c

Browse files
committed
Update PowerPC and Sparc kernels.
1 parent a18f558 commit c91019c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/linux-image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ main() {
5454
# there is no stable port
5555
arch=ppc64
5656
# https://packages.debian.org/en/sid/linux-image-powerpc64
57-
kernel=5.4.0-3-powerpc64
57+
kernel=5.4.0-4-powerpc64
5858
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
5959
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
6060
# sid version of dropbear requires these dependencies
@@ -71,7 +71,7 @@ main() {
7171
sparc64)
7272
# there is no stable port
7373
# https://packages.debian.org/en/sid/linux-image-sparc64
74-
kernel=5.4.0-3-sparc64
74+
kernel=5.4.0-4-sparc64
7575
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
7676
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
7777
# sid version of dropbear requires these dependencies

0 commit comments

Comments
 (0)