realtek: set PoE power budget for ZyXEL GS1900-10HP
As per the manufacturer's specifications, set the GS1900-10HP PoE power budget to 77W. Signed-off-by: Stijn Segers <foss@volatilesystems.org>
This commit is contained in:
parent
81655e1450
commit
ac16e6b2ea
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ case $board in
|
||||||
netgear,gs110tpp-v1)
|
netgear,gs110tpp-v1)
|
||||||
ucidef_set_poe 130 "$lan_list"
|
ucidef_set_poe 130 "$lan_list"
|
||||||
;;
|
;;
|
||||||
|
zyxel,gs1900-10hp)
|
||||||
|
ucidef_set_poe 77 "$lan_list"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
board_config_flush
|
board_config_flush
|
||||||
|
|
Loading…
Reference in a new issue