diff options
| author | Rosen Penev | 2025-12-01 10:28:04 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-12-01 10:56:18 +0000 |
| commit | bda163eb7c0c8e3f97302c222f32ea3062075b31 (patch) | |
| tree | 13539adb141c6a02b962ce548bd8a427cb6507eb | |
| parent | d7f777b41c99fb0a26014037cf6f4d1838704816 (diff) | |
| download | openwrt-bda163eb7c0c8e3f97302c222f32ea3062075b31.tar.gz | |
ath79: add back mistakenly removed label
Fixes target builds.
Fixes: 592d4e6 ("ath79: mr600-v1: use led-sources for ath9k")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21008
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ath79/dts/ar9344_openmesh_mr600.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9344_openmesh_mr600.dtsi b/target/linux/ath79/dts/ar9344_openmesh_mr600.dtsi index c88719d4d8..5a20543202 100644 --- a/target/linux/ath79/dts/ar9344_openmesh_mr600.dtsi +++ b/target/linux/ath79/dts/ar9344_openmesh_mr600.dtsi @@ -138,7 +138,7 @@ &pcie { status = "okay"; - wifi@0,0 { + ath9k: wifi@0,0 { compatible = "pci168c,0030"; reg = <0x0000 0 0 0 0>; nvmem-cells = <&macaddr_art_0 8>, <&calibration_art_5000>; |