Skip to content

Commit f4cf576

Browse files
author
TAiGA
committed
Add system_func1() called by system_restart_local()
1 parent fe5a82f commit f4cf576

File tree

7 files changed

+3
-1
lines changed

7 files changed

+3
-1
lines changed

tools/sdk/lib/NONOSDK300/libmain.a

50 Bytes
Binary file not shown.

tools/sdk/lib/NONOSDK301/libmain.a

50 Bytes
Binary file not shown.

tools/sdk/lib/NONOSDK302/libmain.a

44 Bytes
Binary file not shown.

tools/sdk/lib/NONOSDK303/libmain.a

44 Bytes
Binary file not shown.

tools/sdk/lib/NONOSDK304/libmain.a

44 Bytes
Binary file not shown.

tools/sdk/lib/NONOSDK305/libmain.a

48 Bytes
Binary file not shown.

tools/sdk/lib/fix_sdk_libs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ elif [[ ${VERSION} == "NONOSDK22x"* ]]; then
8181
addSymbol_system_func1 "0x54"
8282
patchFile "eap.o" "3059" "2" "wAA=" "8CA=" # WPA2-Enterprise patch which replaces a double-free with nop, see #8082
8383
patchFile "eap.o" "26356" "9" "dlBvcnRGcmVl" "ejJFYXBGcmVl" # special vPortFree to recover leaked memory
84-
elif [[ ${VERSION} == "NONOSDK3"* ]]; then
84+
elif [[ ${VERSION} == "NONOSDK3V0"* ]]; then
8585
addSymbol_system_func1 "0x60"
8686
patchFile "eap.o" "3059" "2" "wAA=" "8CA=" # WPA2-Enterprise patch which replaces a double-free with nop, see #8082
8787
patchFile "eap.o" "26356" "9" "dlBvcnRGcmVl" "ejJFYXBGcmVl" # special vPortFree to recover leaked memory
88+
elif [[ ${VERSION} == "NONOSDK3"* ]]; then
89+
addSymbol_system_func1 "0x54"
8890
else
8991
echo "WARN: Unknown address for system_func1() called by system_restart_local()"
9092
fi

0 commit comments

Comments
 (0)