linux5.8: update to 5.8.9; fix mips*
This commit is contained in:
parent
593c996717
commit
3320e8040f
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux5.8'
|
||||
pkgname=linux5.8
|
||||
version=5.8.8
|
||||
version=5.8.9
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://www.kernel.org"
|
||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
|
||||
checksum=33f61bb3e99a4b8bcc0fdfc7e7d72071795bccba465184665a9ae7bd7f00a976
|
||||
checksum=99d8bc1b82f17d7d79f9af4a94af4c0e3772159e9e6e278761bde8569f93e15f
|
||||
python_version=3
|
||||
patch_args="-Np1"
|
||||
|
||||
|
@ -292,7 +292,7 @@ do_install() {
|
|||
i386|x86_64) _args="arm* p*";;
|
||||
arm|arm64) _args="x86* p*";;
|
||||
powerpc) _args="arm* x86* parisc";;
|
||||
mips) _args="mips* p*";;
|
||||
mips) _args="arm* x86* p*";;
|
||||
esac
|
||||
for arch in alpha avr32 blackfin cris frv h8300 \
|
||||
ia64 m* s* um v850 xtensa ${_args}; do
|
||||
|
|
Loading…
Reference in New Issue