[openwrt/openwrt] realtek: add 1920-24g-poe-180w to mac address
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 3 01:19:21 PST 2025
svanheule pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/369d2f3bf998644136a16aa526351ddc36742c32
commit 369d2f3bf998644136a16aa526351ddc36742c32
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>
(cherry picked from commit 0b54029a6e96bb2ce484f316be3870cc2617de30)
---
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