Skip to content

Commit

Permalink
bump rockchip64 edge kernel to v6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
paolosabatino committed Sep 20, 2024
1 parent 8bc31a2 commit da977d3
Show file tree
Hide file tree
Showing 191 changed files with 742 additions and 647 deletions.
121 changes: 85 additions & 36 deletions config/kernel/linux-rockchip64-edge.config

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/sources/families/include/rockchip64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ case $BRANCH in
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.10"
declare -g KERNEL_MAJOR_MINOR="6.11"
declare -g LINUXFAMILY=rockchip64
declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH
;;
Expand Down
4 changes: 4 additions & 0 deletions lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@ driver_uwe5622() {
if linux-version compare "${version}" ge 6.9; then
process_patch_file "${SRC}/patch/misc/wireless-uwe5622/uwe5622-v6.9.patch" "applying"
fi

if linux-version compare "${version}" ge 6.11; then
process_patch_file "${SRC}/patch/misc/wireless-uwe5622/uwe5622-v6.11.patch" "applying"
fi

fi
}
Expand Down

This file was deleted.

Loading

0 comments on commit da977d3

Please sign in to comment.