mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-09-09 00:06:08 +08:00
realtek: extend Zyxel XGS1x10-12 SFP LED configuration for 100M/10M
Speeds of 100 Mb/s and 10 Mb/s are possible for SFP ports when SGMII or USXGMII is used. Extend the LED configuration to include these speeds. Signed-off-by: Jan Hoffmann <jan@3e8.eu> Link: https://github.com/openwrt/openwrt/pull/25018 Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
This commit is contained in:
committed by
Markus Stockhausen
parent
0f948c5111
commit
2b263a3951
@@ -65,7 +65,8 @@
|
||||
|
||||
/* [Lime] [Blue] */
|
||||
led_set2 = <(RTL93XX_LED_SET_5G | RTL93XX_LED_SET_2P5G | RTL93XX_LED_SET_1G |
|
||||
RTL93XX_LED_SET_LINK | RTL93XX_LED_SET_ACT)
|
||||
RTL93XX_LED_SET_100M | RTL93XX_LED_SET_10M | RTL93XX_LED_SET_LINK |
|
||||
RTL93XX_LED_SET_ACT)
|
||||
(RTL93XX_LED_SET_10G | RTL93XX_LED_SET_5G | RTL93XX_LED_SET_2P5G |
|
||||
RTL93XX_LED_SET_LINK | RTL93XX_LED_SET_ACT)>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user