Update 7906_7911 firmware. Move config.json to tools dir. Update generate.py

This commit is contained in:
Diederik de Groot
2018-03-02 20:00:52 +01:00
parent 0cf5f9d005
commit d2df152eef
15 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -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/>

View File

@@ -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):