mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
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
@ -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 New Issue
Block a user