From cb9c48e8baf3ac605062bba9044f18f556d8bbac Mon Sep 17 00:00:00 2001 From: Muhamad Ilham Ramadan Date: Fri, 9 Sep 2022 01:55:55 +0800 Subject: [PATCH 1/2] Update README.md --- Firmware/DFP-34X-2C2/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Firmware/DFP-34X-2C2/README.md b/Firmware/DFP-34X-2C2/README.md index af627f0..7416eea 100644 --- a/Firmware/DFP-34X-2C2/README.md +++ b/Firmware/DFP-34X-2C2/README.md @@ -9,6 +9,22 @@ | `M114_sfp_ODI_220304.tar` | SFU | ✔️ | | `M114_sfp_ODI_Vlan_220414.tar` | SFU | ✔️ | | `M114_sfp_ODI_hybrid_220527.tar` | IGD | ❌ | +| `M114_sfp_ODI_220817.tar` | SFU | ✔️ | + +# `M114_sfp_ODI_220817.tar` +This firmware has custom fix and script, options are: + +## Files +1. `fix_speed.sh` fix slow upload speed when using `LAN_SDS_MODE` 4/5/6 +2. `fix_sw_ver.sh` allow custom software version when using `OMCI_OLT_MODE 3` +3. `fix_vlan_tag.sh` VLAN Tag Fix by @inyourgroove + +## Activation +1. Enable `fix_speed.sh` execute `echo 1 > /etc/config/fix_speed` and `LAN_SDS_MODE` 4/5/6 +2. Enable `fix_sw_ver.sh` require `OMCI_OLT_MODE 3` (custom software version) +3. Enable `fix_vlan_tag.sh` execute `echo 1 > /etc/config/fix_vlan` + +> File `fix_sw_ver.sh` by @stich86 has upgraded, it will check `sw_custom_version0` & `sw_custom_version1` before apply, if empty, it will use `sw_version0` and `sw_version1` to prevent crash. # SFU Mode Switch Fabric Unit, ONU in Bridge Mode, Multiple VLAN, Internet provided by specific LAN Ports From 7016284ed32d7dd2be4d022047de4be13729b4d5 Mon Sep 17 00:00:00 2001 From: Muhamad Ilham Ramadan Date: Fri, 9 Sep 2022 01:56:31 +0800 Subject: [PATCH 2/2] Update README.md --- Firmware/DFP-34X-2C2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/DFP-34X-2C2/README.md b/Firmware/DFP-34X-2C2/README.md index 7416eea..8671912 100644 --- a/Firmware/DFP-34X-2C2/README.md +++ b/Firmware/DFP-34X-2C2/README.md @@ -15,7 +15,7 @@ This firmware has custom fix and script, options are: ## Files -1. `fix_speed.sh` fix slow upload speed when using `LAN_SDS_MODE` 4/5/6 +1. `fix_speed.sh` fix slow upload speed when using HiSGMII or 2500base-X 2. `fix_sw_ver.sh` allow custom software version when using `OMCI_OLT_MODE 3` 3. `fix_vlan_tag.sh` VLAN Tag Fix by @inyourgroove