Skip to content

Commit

Permalink
Update PowerPC and Sparc kernels.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jan 24, 2020
1 parent adf100d commit f1296ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/linux-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ main() {
# there is no stable port
arch=ppc64
# https://packages.debian.org/en/sid/linux-image-powerpc64
kernel=5.4.0-1-powerpc64
kernel=5.4.0-3-powerpc64
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
# sid version of dropbear requires these dependencies
Expand All @@ -71,7 +71,7 @@ main() {
sparc64)
# there is no stable port
# https://packages.debian.org/en/sid/linux-image-sparc64
kernel=5.4.0-1-sparc64
kernel=5.4.0-3-sparc64
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
# sid version of dropbear requires these dependencies
Expand Down

0 comments on commit f1296ab

Please sign in to comment.