|
| 1 | +diff --git a/patches/openwrt/17694.patch b/patches/openwrt/17694.patch |
| 2 | +new file mode 100644 |
| 3 | +index 00000000..34277609 |
| 4 | +--- /dev/null |
| 5 | ++++ b/patches/openwrt/17694.patch |
| 6 | +@@ -0,0 +1,42 @@ |
| 7 | ++From 1ac8ce7778e36f71e93b8ca138bead81caef03ab Mon Sep 17 00:00:00 2001 |
| 8 | ++From: Florian Maurer <[email protected]> |
| 9 | ++Date: Wed, 22 Jan 2025 19:59:12 +0100 |
| 10 | ++Subject: [PATCH] mediatek-mt7622: netgear-wax206 fix wifi leds |
| 11 | ++ |
| 12 | ++the wifi leds of the wax206 were not reacting. |
| 13 | ++This patch enables the green leds to show activity, as the blue ones are very bright. |
| 14 | ++Also set the label-mac to the gmac0 |
| 15 | ++ |
| 16 | ++Signed-off-by: Florian Maurer <[email protected]> |
| 17 | ++--- |
| 18 | ++ target/linux/mediatek/dts/mt7622-netgear-wax206.dts | 3 +++ |
| 19 | ++ 1 file changed, 3 insertions(+) |
| 20 | ++ |
| 21 | ++diff --git a/target/linux/mediatek/dts/mt7622-netgear-wax206.dts b/target/linux/mediatek/dts/mt7622-netgear-wax206.dts |
| 22 | ++index 524a49874089fb..4881004ac3b750 100644 |
| 23 | ++--- a/target/linux/mediatek/dts/mt7622-netgear-wax206.dts |
| 24 | +++++ b/target/linux/mediatek/dts/mt7622-netgear-wax206.dts |
| 25 | ++@@ -13,6 +13,7 @@ |
| 26 | ++ |
| 27 | ++ aliases { |
| 28 | ++ ethernet0 = &gmac0; |
| 29 | +++ label-mac-device = &gmac0; |
| 30 | ++ led-boot = &led_power_r; |
| 31 | ++ led-failsafe = &led_power_r; |
| 32 | ++ led-running = &led_power_g; |
| 33 | ++@@ -84,6 +85,7 @@ |
| 34 | ++ default-state = "off"; |
| 35 | ++ gpios = <&pio 85 GPIO_ACTIVE_LOW>; |
| 36 | ++ label = "wifin:green"; |
| 37 | +++ linux,default-trigger = "phy0tpt"; |
| 38 | ++ }; |
| 39 | ++ |
| 40 | ++ wifin_blue { |
| 41 | ++@@ -96,6 +98,7 @@ |
| 42 | ++ default-state = "off"; |
| 43 | ++ gpios = <&pio 2 GPIO_ACTIVE_HIGH>; |
| 44 | ++ label = "wifia:green"; |
| 45 | +++ linux,default-trigger = "phy1tpt"; |
| 46 | ++ }; |
| 47 | ++ |
| 48 | ++ wifia_blue { |
0 commit comments