[PATCH 1/3] realtek: set PoE power budget for ZyXEL GS1900-10HP
Stijn Segers
foss at volatilesystems.org
Tue Jan 5 19:59:56 EST 2021
As per the manufacturer's specifications, set the GS1900-10HP PoE power
budget to 77W.
Signed-off-by: Stijn Segers <foss at volatilesystems.org>
---
target/linux/realtek/base-files/etc/board.d/02_network | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/realtek/base-files/etc/board.d/02_network b/target/linux/realtek/base-files/etc/board.d/02_network
index 84980c8982..84fefa536d 100755
--- a/target/linux/realtek/base-files/etc/board.d/02_network
+++ b/target/linux/realtek/base-files/etc/board.d/02_network
@@ -52,6 +52,9 @@ case $board in
netgear,gs110tpp-v1)
ucidef_set_poe 130 "$lan_list"
;;
+zyxel,gs1900-10hp)
+ ucidef_set_poe 77 "$lan_list"
+ ;;
esac
board_config_flush
--
2.20.1
More information about the openwrt-devel
mailing list