Merge pull request #4439 from amshinde/update-kernel-to-5.15.46

versions: Update kernel to latest LTS version 5.15.48
This commit is contained in:
Archana Shinde
2022-06-24 11:03:32 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ fi
echo "INFO: Apply patches from $patches_dir"
if [ -d "$patches_dir" ]; then
patches=($(find "$patches_dir" -name '*.patch'|sort -t- -k1,1n))
patches=($(find "$patches_dir" -maxdepth 1 -name '*.patch'|sort -t- -k1,1n))
echo "INFO: Found ${#patches[@]} patches"
for patch in ${patches[@]}; do
echo "INFO: Apply $patch"