diff options
| author | James Sweeney | 2025-01-02 13:06:09 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2025-01-03 09:15:10 +0000 |
| commit | 0b54029a6e96bb2ce484f316be3870cc2617de30 (patch) | |
| tree | 4ee27ae986a38bdcf08208ecb527da7a5e32139e | |
| parent | 89b2356b8c2fd420b49bacaa865fb9bd24173ecc (diff) | |
| download | openwrt-0b54029a6e96bb2ce484f316be3870cc2617de30.tar.gz | |
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@swny.io>
| -rw-r--r-- | target/linux/realtek/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 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 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) |