mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
Add support devices RA69, RA70, RA72
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ if dn == 'R3600' and gw.rom_version == '1.0.17':
|
||||
import connect2
|
||||
sys.exit(0)
|
||||
|
||||
if dn == 'R3600' or dn == 'RB03':
|
||||
if dn == 'R3600' or dn == 'RA69' or dn == 'RA70' or dn == 'RA72' or dn == 'RB03':
|
||||
import connect3
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user