mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
ramips: fix XiaoYu C5 led setting
This commit is contained in:
parent
18a87273c0
commit
0a23772078
@ -416,7 +416,6 @@ wrh-300cr)
|
||||
set_wifi_led "$boardname:green:wlan"
|
||||
ucidef_set_led_netdev "lan" "lan" "$boardname:green:ethernet" "eth0"
|
||||
;;
|
||||
XiaoYu-C5|\
|
||||
xzwifi,creativebox-v1)
|
||||
ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x10"
|
||||
;;
|
||||
|
@ -6,8 +6,8 @@
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
compatible = "xiaoyu,xy-c5", "mediatek,mt7621-soc";
|
||||
model = "XiaoYu XY-C5";
|
||||
compatible = "XiaoYu-C5", "mediatek,mt7621-soc";
|
||||
model = "XiaoYu-C5";
|
||||
|
||||
aliases {
|
||||
led-boot = &led_sys;
|
||||
|
Loading…
Reference in New Issue
Block a user