diff options
author | Mirko Vogt <mirko-openwrt@nanl.de> | 2024-04-05 15:31:03 +0000 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2024-04-08 21:31:55 +0200 |
commit | 0688cf5aebe1dc9a2e7f3820861783c2a7a75d44 (patch) | |
tree | ca294c901f16aee197852594cf9bc7d0e3120ad6 /target/linux/realtek/base-files | |
parent | 501ef81040baa2ee31de6dd9f75d619de0e4c9bc (diff) |
realtek: add support for switch Zyxel GS1900-24EP
This device is very similar to the GS1900-24E switch (added in b515ad1),
except that the first 12 of 24 ethernet ports are capable of PoE and the
physical jacks are in the right order - unlike for the GS1900-24E, where
even and uneven ports are flipped (up <-> down on panel).
Zyxel version code for this device (-24EP) is: ABTO
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
Diffstat (limited to 'target/linux/realtek/base-files')
-rw-r--r-- | target/linux/realtek/base-files/etc/board.d/02_network | 3 |
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 db1d99f4ec..fe3027879c 100644 --- a/target/linux/realtek/base-files/etc/board.d/02_network +++ b/target/linux/realtek/base-files/etc/board.d/02_network @@ -105,6 +105,9 @@ zyxel,gs1900-8hp-v1|\ zyxel,gs1900-8hp-v2) ucidef_set_poe 70 "$lan_list" ;; +zyxel,gs1900-24ep) + ucidef_set_poe 130 "lan1 lan2 lan3 lan4 lan5 lan6 lan7 lan8 lan9 lan10 lan11 lan12" + ;; zyxel,gs1900-24hp-v1|\ zyxel,gs1900-24hp-v2) ucidef_set_poe 170 "$(filter_port_list "$lan_list" "lan25 lan26")" |