20191031_jeffrey - silenceuncrio/diary GitHub Wiki
0910
review
εζ΄ηδΈδΈ dual image η WiKi
1030
ιε§δ½ 12 GRE
1550
M360P[release/v1.05] - offer a 2 generation gre module which support up to 12 tunnels
commit 517b8df87bb90fe555b51b2273abf47cc3a2a442
Refs: [release/v1.05], {origin/release/v1.05}
Author: jeffrey <[email protected]>
Date: Thu Oct 31 15:47:44 2019 +0800
offer a 2 generation gre module which support up to 12 tunnels
different profile has different gre module:
- 1_APN2 - 2 generation gre (12 tunnels)
- 2_PI - old gre (1 tunnel)
- 3_WIFI - 2 generation gre (12 tunnels)
- 4_HYTEC_WIFI - old gre (1 tunnel)
.../rootfs/home/factory/icos/gre_2g/gre_2g.json | 137 ++++
proscend/mconfig/Config.in | 1 +
proscend/mconfig/configs/M360P/1_APN2/defconfig | 3 +-
proscend/mconfig/configs/M360P/2_PI/defconfig | 2 +-
proscend/mconfig/configs/M360P/3_WIFI/defconfig | 3 +-
.../mconfig/configs/M360P/4_HYTEC_WIFI/defconfig | 1 +
proscend/prosrc/icos/icoslib/Makefile | 6 +
proscend/prosrc/icos/icoslib/entry.c | 7 +
proscend/prosrc/icos/icoslib/gre_2g/Makefile | 14 +
proscend/prosrc/icos/icoslib/gre_2g/gre_2g.c | 764 +++++++++++++++++++++
proscend/prosrc/icos/include/icos_common.h | 1 +
proscend/prosrc/icos/include/icos_module.h | 5 +-
proscend/prosrc/icos/include/icos_utility.h | 12 +
proscend/prosrc/icos/include/module_gre_2g.h | 37 +
proscend/prosrc/webcgi/Makefile | 6 +-
proscend/prosrc/webcgi/gre_2g.c | 104 +++
proscend/prosrc/www/Makefile | 1 +
proscend/prosrc/www/app/feature/gre_2g.js | 82 +++
proscend/prosrc/www/app/feature/gre_2g_edit.html | 109 +++
.../prosrc/www/app/feature/gre_2g_summary.html | 75 ++
proscend/prosrc/www/app/locale-en.json | 18 +
proscend/prosrc/www/app/locale-fr.json | 18 +
proscend/prosrc/www/app/locale-zh-tw.json | 18 +
proscend/prosrc/www/app/services/icos.service.js | 11 +
.../prosrc/www/src/app/feature/gre_2g.html.src | 3 +
proscend/prosrc/www/src/index.html.src | 1 +
proscend/prosrc/www/src/menu.html.src | 3 +
27 files changed, 1434 insertions(+), 8 deletions(-)
M360P[release/v1.05] - shorten the rest time between apply each 'active' gre tunnel
commit 16e0aa41e55215a2a08957e3194a7282ed115722
Refs: [release/v1.05], {origin/release/v1.05}
Author: jeffrey <[email protected]>
Date: Thu Oct 31 15:58:34 2019 +0800
shorten the rest time between apply each 'active' gre tunnel
proscend/prosrc/icos/icoslib/gre_2g/gre_2g.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)