Fix for trying to download 5.17.17 patch version. (#469)
* Update PKGBUILD Fix for 5.17 build errors. * Update prepare Fix 5.17 build errors
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -687,7 +687,7 @@ case $_basever in
|
||||
;;
|
||||
517)
|
||||
source=("$kernel_site"
|
||||
"$patch_site"
|
||||
#"$patch_site"
|
||||
'config.x86_64' # stock Arch config
|
||||
#'config_hardened.x86_64' # hardened Arch config
|
||||
90-cleanup.hook
|
||||
@@ -715,7 +715,7 @@ case $_basever in
|
||||
0002-mm-Support-soft-dirty-flag-read-with-reset.patch
|
||||
)
|
||||
sha256sums=('555fef61dddb591a83d62dd04e252792f9af4ba9ef14683f64840e46fa20b1b1'
|
||||
'd58cbfc41bf8672b0ce9c9f129578c18bfecbdeb4684c581e191345cb2aa95f1'
|
||||
#'d58cbfc41bf8672b0ce9c9f129578c18bfecbdeb4684c581e191345cb2aa95f1'
|
||||
'961c380f74b9e28a47a21001fc330460dcd639f7580b7a178472e40af8f4dcd4'
|
||||
'1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898'
|
||||
'66a03c246037451a77b4d448565b1d7e9368270c7d02872fbd0b5d024ed0a997'
|
||||
|
@@ -19,7 +19,7 @@ _kver_subver_map=(
|
||||
["5.14"]="21"
|
||||
["5.15"]="30"
|
||||
["5.16"]="16"
|
||||
["5.17"]="17"
|
||||
["5.17"]="0"
|
||||
)
|
||||
|
||||
# PREEMPT_RT's supported kernel subversion
|
||||
|
Reference in New Issue
Block a user