mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ramips: newifi-d2: fix default internet led
This commit is contained in:
parent
fc044f23f2
commit
d5dc513703
@ -11,7 +11,7 @@ SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
|
|||||||
FEATURES:=squashfs gpio
|
FEATURES:=squashfs gpio
|
||||||
|
|
||||||
KERNEL_PATCHVER:=5.4
|
KERNEL_PATCHVER:=5.4
|
||||||
KERNEL_TESTING_PATCHVER:=5.15
|
KERNEL_TESTING_PATCHVER:=5.10
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
||||||
|
@ -19,7 +19,7 @@ cudy,wr2100)
|
|||||||
ucidef_set_led_netdev "wan" "wan" "green:wan" "wan"
|
ucidef_set_led_netdev "wan" "wan" "green:wan" "wan"
|
||||||
;;
|
;;
|
||||||
d-team,newifi-d2)
|
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 "wlan2g" "WiFi 2.4GHz" "blue:wlan2g" "ra0"
|
||||||
ucidef_set_led_netdev "wlan5g" "WiFi 5GHz" "blue:wlan5g" "rai0"
|
ucidef_set_led_netdev "wlan5g" "WiFi 5GHz" "blue:wlan5g" "rai0"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user