Skip to content

Commit

Permalink
uwe5622: fix for rk35xx vendor kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Sep 13, 2024
1 parent 511fd0d commit b156e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ driver_uwe5622() {
fi

# Apply patches that adjust the driver only for rockchip platforms
if [[ "$LINUXFAMILY" == rockchip* ]]; then
if [[ "$LINUXFAMILY" == rockchip* || "$LINUXFAMILY" == "rk35xx" ]]; then
if linux-version compare "${version}" le 6.1; then
process_patch_file "${SRC}/patch/misc/wireless-uwe5622/uwe5622-adjust-for-rockchip-pre-6.1.patch"
else
Expand Down

0 comments on commit b156e14

Please sign in to comment.