mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ponmngr: Add support for 10G PON on Airoha.
This commit is contained in:
parent
248fadbf9d
commit
380daf4a00
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ apply_xpon_uci_config() {
|
|||
|
||||
init_xpon() {
|
||||
# don't start pon daemons if xpon module is not loaded
|
||||
[ -d /sys/module/xpon ] || return
|
||||
[ -d /sys/module/xpon -o -d /sys/module/xpon_10g ] || return
|
||||
|
||||
procd_open_instance ponmgr_cfg
|
||||
procd_set_param command /userfs/bin/ponmgr_cfg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue