mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
Use exploit setSysTime for RA70 (INT)
This commit is contained in:
@@ -39,6 +39,10 @@ if dn == 'R3600' and gw.rom_version == '1.0.17':
|
||||
import connect2
|
||||
sys.exit(0)
|
||||
|
||||
if dn == 'RA70' and gw.rom_version.startswith('3.'):
|
||||
import connect4
|
||||
sys.exit(0)
|
||||
|
||||
if dn in 'R3600 RA69 RA70 RA72 RB03':
|
||||
import connect3
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user