From bda163eb7c0c8e3f97302c222f32ea3062075b31 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 1 Dec 2025 02:28:04 -0800 Subject: [PATCH] ath79: add back mistakenly removed label Fixes target builds. Fixes: 592d4e6 ("ath79: mr600-v1: use led-sources for ath9k") Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/21008 Signed-off-by: Hauke Mehrtens --- target/linux/ath79/dts/ar9344_openmesh_mr600.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; -- 2.30.2