mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-16 01:50:40 +00:00
apply cmd-timeout-recover and kernel71-compat mwifiex patches (#22)
This commit is contained in:
@@ -52,6 +52,8 @@ git clone "$MWIFIEX_REPO" "$PS5_MW"
|
|||||||
git -C "$PS5_MW" checkout "$MWIFIEX_REF" 2>/dev/null || true
|
git -C "$PS5_MW" checkout "$MWIFIEX_REF" 2>/dev/null || true
|
||||||
git clone --depth 1 --branch "$MWIFIEX_NXP_REF" "$MWIFIEX_NXP_REPO" "$NXP_MW"
|
git clone --depth 1 --branch "$MWIFIEX_NXP_REF" "$MWIFIEX_NXP_REPO" "$NXP_MW"
|
||||||
git -C "$NXP_MW" apply "$PS5_MW/ps5-iw620.patch"
|
git -C "$NXP_MW" apply "$PS5_MW/ps5-iw620.patch"
|
||||||
|
git -C "$NXP_MW" apply "$PS5_MW/ps5-iw620-cmd-timeout-recover.patch"
|
||||||
|
git -C "$NXP_MW" apply "$PS5_MW/ps5-iw620-kernel71-compat.patch"
|
||||||
|
|
||||||
# Build against the kernel source we just built (out-of-tree build needs
|
# Build against the kernel source we just built (out-of-tree build needs
|
||||||
# the in-tree build dir, not just headers; same as install-extmod-build).
|
# the in-tree build dir, not just headers; same as install-extmod-build).
|
||||||
|
|||||||
Reference in New Issue
Block a user