diff options
| author | Christoph Krapp | 2026-04-27 19:32:29 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-04-29 23:48:36 +0000 |
| commit | a3a3dd68b8dd241fcef0e434482f8e23e9dc8742 (patch) | |
| tree | 2b87e740fbfa5fffdfea602d605f44c55490899a | |
| parent | e840fbfdf9d90af03338f6278a66e235703b9a0e (diff) | |
| download | openwrt-a3a3dd68b8dd241fcef0e434482f8e23e9dc8742.tar.gz | |
ipq50xx: add label-mac-device to Linksys MX5500
Add the label-mac-device alias to the device dts.
Signed-off-by: Christoph Krapp <achterin@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23134
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 9c2e0ba8d89d90f5a1eb54e513970fc640e7cab2)
| -rw-r--r-- | target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mx5500.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mx5500.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mx5500.dts index 73d232e05c..ad1e2095c6 100644 --- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mx5500.dts +++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mx5500.dts @@ -11,6 +11,10 @@ bootargs-append = " root=/dev/ubiblock0_0 coherent_pool=2M"; stdout-path = "serial0:115200n8"; }; + + aliases { + label-mac-device = &dp2; + }; }; /* |