Update 7906_7911 firmware. Move config.json to tools dir. Update generate.py
This commit is contained in:
Binary file not shown.
BIN
tftpboot/firmware/7906_7911/SCCP11.9-4-2SR3-1S.loads
Normal file
BIN
tftpboot/firmware/7906_7911/SCCP11.9-4-2SR3-1S.loads
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tftpboot/firmware/7906_7911/cnu11.9-4-2ES26.sbn
Normal file
BIN
tftpboot/firmware/7906_7911/cnu11.9-4-2ES26.sbn
Normal file
Binary file not shown.
Binary file not shown.
BIN
tftpboot/firmware/7906_7911/cvm11sccp.9-4-2ES26.sbn
Normal file
BIN
tftpboot/firmware/7906_7911/cvm11sccp.9-4-2ES26.sbn
Normal file
Binary file not shown.
Binary file not shown.
BIN
tftpboot/firmware/7906_7911/dsp11.9-4-2ES26.sbn
Normal file
BIN
tftpboot/firmware/7906_7911/dsp11.9-4-2ES26.sbn
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -225,7 +225,7 @@
|
|||||||
<userId>9999</userId>
|
<userId>9999</userId>
|
||||||
|
|
||||||
<!-- Begin URL's -->
|
<!-- Begin URL's -->
|
||||||
<idleURL>http://192.168.178.3/idle.php</idleURL>
|
<!--<idleURL>http://192.168.178.3/idle.php</idleURL>-->
|
||||||
<authenticationURL>http://192.168.178.3/authenticate.php</authenticationURL>
|
<authenticationURL>http://192.168.178.3/authenticate.php</authenticationURL>
|
||||||
<informationURL>http://192.168.178.3/cisco_menu/help/help.php</informationURL>
|
<informationURL>http://192.168.178.3/cisco_menu/help/help.php</informationURL>
|
||||||
<messagesURL/>
|
<messagesURL/>
|
||||||
|
@@ -4,7 +4,7 @@ import json
|
|||||||
import os
|
import os
|
||||||
import hachoir_regex
|
import hachoir_regex
|
||||||
|
|
||||||
with open('config.json') as f:
|
with open('tools/config.json') as f:
|
||||||
config = json.load(f)
|
config = json.load(f)
|
||||||
|
|
||||||
def generate_regex(subdir):
|
def generate_regex(subdir):
|
||||||
|
Reference in New Issue
Block a user