diff options
author | Joel Stanley <joel@jms.id.au> | 2019-03-21 10:58:28 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-03-27 12:47:44 +1030 |
commit | 8f319174182b7d22c729c4301c9231ece3e7586b (patch) | |
tree | 443e868284a64320285f54cd14155d3d7ade7c8e /linux/linux.hash | |
parent | 80ca60cfc0339e5df331fbc7088411f100a67e8c (diff) | |
download | buildroot-8f319174182b7d22c729c4301c9231ece3e7586b.tar.gz buildroot-8f319174182b7d22c729c4301c9231ece3e7586b.zip |
package/linux-headers: add support for Linux 5.0 kernel headers
This sets 5.0 to be the default, moving from 4.19 which was used instead
of 4.20 for the LTS branch.
We need to update linux/linux.hash as part of this commit, because
package/linux-headers/linux-headers.hash is a symlink to
linux/linux.hash.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 6c6137ab2b0be6278b43ae187e84b1d56bcd2b97)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'linux/linux.hash')
-rw-r--r-- | linux/linux.hash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/linux.hash b/linux/linux.hash index d7ddd1c877..5f71e377f4 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,3 +1,5 @@ +# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc +sha256 43bfea3a6b24b4e5f63190409a199bee8cb93dbea01c52ad7f017078ebdf7c9b linux-5.0.2.tar.xz # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc sha256 1cf544308195250805e0731c716691bea4c1ed29e03e6f9ae5be6dc16785a504 linux-4.20.12.tar.xz sha256 7ec71d90d6e96e6f741676d157ac06f30c75be4eaf1649143a3c8b7d4f919731 linux-4.19.25.tar.xz |