mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rockchip64: move uwe5622 adjust patch to misc
This commit is contained in:
@@ -667,6 +667,15 @@ driver_uwe5622_allwinner() {
|
||||
if [[ "$LINUXFAMILY" == sunxi* ]]; then
|
||||
process_patch_file "${SRC}/patch/misc/wireless-driver-for-uwe5622-fix-setting-mac-address-for-netdev.patch" "applying"
|
||||
fi
|
||||
|
||||
# Apply patches that adjust the driver only for rockchip platforms
|
||||
if [[ "$LINUXFAMILY" == rockchip* ]]; then
|
||||
if linux-version compare "${version}" le 6.1; then
|
||||
process_patch_file "${SRC}/patch/misc/wireless-driver-for-uwe5622-adjust-for-rockchip-pre-6.1.patch"
|
||||
else
|
||||
process_patch_file "${SRC}/patch/misc/wireless-driver-for-uwe5622-adjust-for-rockchip-post-6.1.patch"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user