aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/base-files
diff options
context:
space:
mode:
authorStijn Segers <foss@volatilesystems.org>2021-01-06 22:45:17 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-07 19:51:50 +0100
commitac16e6b2eaec4f174a54bff25755ad071157aaa8 (patch)
tree6a7031b5426f86babba60c98471be30b47afd337 /target/linux/realtek/base-files
parent81655e1450a80276db32c8a8e10de73a256bc664 (diff)
downloadupstream-ac16e6b2eaec4f174a54bff25755ad071157aaa8.tar.gz
upstream-ac16e6b2eaec4f174a54bff25755ad071157aaa8.tar.bz2
upstream-ac16e6b2eaec4f174a54bff25755ad071157aaa8.zip
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>
Diffstat (limited to 'target/linux/realtek/base-files')
-rwxr-xr-xtarget/linux/realtek/base-files/etc/board.d/02_network3
1 files changed, 3 insertions, 0 deletions
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