20190805_jeffrey - silenceuncrio/diary GitHub Wiki

0850

aaron 上禮拜幫忙 M300[develop] 上 static route 加上 GRE 的 interface

先 local build 一版給 DQA 方便架設評估 hinet 需求的環境

利用 build.sh 來 build image - build.sh -f M300/4_CTCU

這樣 build 出來的 firmware 才會跟 daily build server build 出來的一樣

具有 mcsv 的 file name


build 出 image 後順便發個 mail 通知相關同仁

0920

看一下待做的 task

  • M300
    • P3 - Layer 2 Encapsulation over GRE (L2oGRE)
      • 未安排 schedule
  • M330
    • P1 - Porting upload ICON from M300
      • 0% - 沒有 schedule
    • P2 - Web UI: WAN WiFi
      • 40%
    • P2 - Wizard
      • 0% - 等 Web UI: WAN WiFi

1010

M330 - Porting upload ICON from M300

1410

M330[release/v0.06] - add the Customize function for user to use their own logo

commit 0b96669e46fdd0d1c19468ede2d8a0b0e7f1b6de
Refs: [release/v0.06], {origin/release/v0.06}
Author: jeffrey <[email protected]>
Date:   Mon Aug 5 14:11:07 2019 +0800

    add the Customize function for user to use their own logo
    open this function at the following profiles:
    - GENERIC/0_GENERIC
    - GENERIC/1_GENERIC_WIFI
    - GENERIC/2_GENERIC_BG96

 .../mconfig/configs/GENERIC/0_GENERIC/defconfig    |  2 +-
 .../configs/GENERIC/1_GENERIC_WIFI/defconfig       |  2 +-
 .../configs/GENERIC/2_GENERIC_BG96/defconfig       |  2 +-
 proscend/prosrc/icos/icoslib/customize/customize.c | 17 +-------------
 proscend/prosrc/webcgi/api.c                       |  8 +++++++
 proscend/prosrc/webcgi/customize.c                 | 26 +++++-----------------
 proscend/prosrc/www/app/feature/customize.html     |  2 +-
 7 files changed, 19 insertions(+), 40 deletions(-)