Explorar o código

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 <[email protected]>
Stijn Segers %!s(int64=4) %!d(string=hai) anos
pai
achega
ac16e6b2ea
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      target/linux/realtek/base-files/etc/board.d/02_network

+ 3 - 0
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