Merge branch 'main' into main
This commit is contained in:
commit
f20a921dce
2
.github/workflows/arm64_apk.env
vendored
2
.github/workflows/arm64_apk.env
vendored
@ -1,4 +1,4 @@
|
|||||||
SDK_NAME=openwrt-sdk-mvebu-cortexa53_gcc-14.2.0_musl.Linux-x86_64
|
SDK_NAME=openwrt-sdk-mvebu-cortexa53_gcc-14.3.0_musl.Linux-x86_64
|
||||||
SDK_EXT=tar.zst
|
SDK_EXT=tar.zst
|
||||||
SDK_URL=https://downloads.openwrt.org/snapshots/targets/mvebu/cortexa53/
|
SDK_URL=https://downloads.openwrt.org/snapshots/targets/mvebu/cortexa53/
|
||||||
SDK_ARCH=aarch64_cortex-a53
|
SDK_ARCH=aarch64_cortex-a53
|
||||||
|
2
.github/workflows/x64_apk.env
vendored
2
.github/workflows/x64_apk.env
vendored
@ -1,4 +1,4 @@
|
|||||||
SDK_NAME=openwrt-sdk-x86-64_gcc-14.2.0_musl.Linux-x86_64
|
SDK_NAME=openwrt-sdk-x86-64_gcc-14.3.0_musl.Linux-x86_64
|
||||||
SDK_URL=https://downloads.openwrt.org/snapshots/targets/x86/64/
|
SDK_URL=https://downloads.openwrt.org/snapshots/targets/x86/64/
|
||||||
SDK_ARCH=x86_64
|
SDK_ARCH=x86_64
|
||||||
SDK_EXT=tar.zst
|
SDK_EXT=tar.zst
|
||||||
|
@ -329,6 +329,7 @@ static int qmi_main(PROFILE_T *profile)
|
|||||||
// Only execute FCC authentication if the modem model requires it
|
// Only execute FCC authentication if the modem model requires it
|
||||||
if (profile->needs_fcc_auth) {
|
if (profile->needs_fcc_auth) {
|
||||||
dbg_time("Executing FCC authentication for modem model: %s", profile->BaseBandVersion);
|
dbg_time("Executing FCC authentication for modem model: %s", profile->BaseBandVersion);
|
||||||
|
|
||||||
// Check if the fcc auth was successful
|
// Check if the fcc auth was successful
|
||||||
char fcc_auth_success = 0;
|
char fcc_auth_success = 0;
|
||||||
if (request_ops->requestFoxconnSetFccAuthentication) {
|
if (request_ops->requestFoxconnSetFccAuthentication) {
|
||||||
@ -349,6 +350,7 @@ static int qmi_main(PROFILE_T *profile)
|
|||||||
if (!qmierr) {
|
if (!qmierr) {
|
||||||
dbg_time("Foxconn FCC Authentication V2 successful");
|
dbg_time("Foxconn FCC Authentication V2 successful");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user