mirror of
https://github.com/stich86/UF-Instant-Mod.git
synced 2025-01-22 00:55:39 +00:00
5a1a71cddb
rc35 -- fix upload bandwidth issue if the stick is running in HiSGMII mode (LAN_SDS_MODE 4 o 5) runlanshs.sh -- get the value of LAN_SDS_MODE from config xml
7 lines
161 B
Bash
7 lines
161 B
Bash
#!/bin/sh
|
|
|
|
lan_sds_mode=`flash get LAN_SDS_MODE | sed 's/LAN_SDS_MODE=//g'`
|
|
echo $lan_sds_mode > proc/lan_sds/lan_sds_cfg
|
|
echo 1 > proc/lan_sds/sfp_app
|
|
sfpapp &
|