[openwrt/openwrt] realtek: set PoE power budget for ZyXEL GS1900-10HP
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 7 13:52:22 EST 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ac16e6b2eaec4f174a54bff25755ad071157aaa8
commit ac16e6b2eaec4f174a54bff25755ad071157aaa8
Author: Stijn Segers <foss at volatilesystems.org>
AuthorDate: Wed Jan 6 22:45:17 2021 +0100
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 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
More information about the lede-commits
mailing list