diff options
| author | Sven Eckelmann | 2026-05-19 19:43:16 +0000 |
|---|---|---|
| committer | Jonas Jelonek | 2026-06-15 08:14:52 +0000 |
| commit | 73079fa3f1dcd6b473ea4e6fecbdbe5c33fbfc16 (patch) | |
| tree | bca31f80ed9b95d237fd83c3aae8ea32c4b612cc | |
| parent | bbce1cedcc52d60b1d41ece746bc6bf77b64b7f4 (diff) | |
| download | openwrt-73079fa3f1dcd6b473ea4e6fecbdbe5c33fbfc16.tar.gz | |
ramips: pax1800-lite: fix label-mac-device
The gmac1 is not used and doesn't have any mac address configured. The
gmac0 has the nvmem-cells set and can actually be used to retrieve the
correct mac address.
Fixes: c7c54f313425 ("ramips: add support for Plasma Cloud PAX1800-Lite")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Link: https://github.com/openwrt/openwrt/pull/23441
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit e75f33d0f244aee6d91bfe07394ba9d4e074b337)
Link: https://github.com/openwrt/openwrt/pull/23799
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
| -rw-r--r-- | target/linux/ramips/dts/mt7621_plasmacloud_pax1800-lite.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_plasmacloud_pax1800-lite.dts b/target/linux/ramips/dts/mt7621_plasmacloud_pax1800-lite.dts index 6805a2938a..48f06bb3ba 100644 --- a/target/linux/ramips/dts/mt7621_plasmacloud_pax1800-lite.dts +++ b/target/linux/ramips/dts/mt7621_plasmacloud_pax1800-lite.dts @@ -19,7 +19,7 @@ led-failsafe = &led_status_green; led-running = &led_status_green; led-upgrade = &led_status_green; - label-mac-device = &gmac1; + label-mac-device = &gmac0; }; gpio_export { |