[openwrt/openwrt] realtek: add 1920-24g-poe-180w to mac address

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 3 01:18:31 PST 2025


svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0b54029a6e96bb2ce484f316be3870cc2617de30

commit 0b54029a6e96bb2ce484f316be3870cc2617de30
Author: James Sweeney <code at swny.io>
AuthorDate: Thu Jan 2 08:06:09 2025 -0500

    realtek: add 1920-24g-poe-180w to mac address
    
    Add 1920-24g-poe-180w to the mac address retrieval part of 02_network to
    properly set the device's port MAC addresses.
    
    This piece was missed when this device was added.
    
    Fixes: b948c1e39b9e ("realtek: add support for HPE 1920-24G PoE-180W (JG925A)")
    Link: https://github.com/openwrt/openwrt/pull/17460
    Signed-off-by: James Sweeney <code at swny.io>
---
 target/linux/realtek/base-files/etc/board.d/02_network | 1 +
 1 file changed, 1 insertion(+)

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 12fb33d85e..1255ee8b9e 100644
--- a/target/linux/realtek/base-files/etc/board.d/02_network
+++ b/target/linux/realtek/base-files/etc/board.d/02_network
@@ -36,6 +36,7 @@ hpe,1920-8g-poe-65w|\
 hpe,1920-8g-poe-180w|\
 hpe,1920-16g|\
 hpe,1920-24g|\
+hpe,1920-24g-poe-180w|\
 hpe,1920-24g-poe-370w|\
 hpe,1920-48g|\
 hpe,1920-48g-poe)




More information about the lede-commits mailing list