From d5dc513703f8d50a35677c2178e11c2fbb294faa Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Tue, 17 May 2022 23:15:20 +0800 Subject: [PATCH] ramips: newifi-d2: fix default internet led --- target/linux/ramips/Makefile | 2 +- target/linux/ramips/mt7621/base-files/etc/board.d/01_leds | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 56247624f..d3f2d4b8f 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -11,7 +11,7 @@ SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 FEATURES:=squashfs gpio KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=5.10 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7621/base-files/etc/board.d/01_leds index 95f9a75a0..cf99b99f4 100644 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/01_leds @@ -19,7 +19,7 @@ cudy,wr2100) ucidef_set_led_netdev "wan" "wan" "green:wan" "wan" ;; d-team,newifi-d2) - ucidef_set_led_switch "internet" "internet" "amber:internet" "switch0" "0x10" + ucidef_set_led_switch "internet" "internet" "blue:internet" "switch0" "0x10" ucidef_set_led_netdev "wlan2g" "WiFi 2.4GHz" "blue:wlan2g" "ra0" ucidef_set_led_netdev "wlan5g" "WiFi 5GHz" "blue:wlan5g" "rai0" ;;