mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 23:42:57 +00:00
ramips: Kingston MLW221 and MLWG2 cleanup
MLW221 dts use tabs NOT spaces. MLWG2 dts typo and 1 tab not spaces 01_leds and diag.sh cleanup Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 44356
This commit is contained in:
parent
2c03605028
commit
4ce7053b2b
@ -127,10 +127,7 @@ case $board in
|
||||
hw550-3g)
|
||||
set_usb_led "hw550-3g:green:usb"
|
||||
;;
|
||||
mlw221)
|
||||
set_wifi_led "kingston:blue:wifi"
|
||||
ucidef_set_led_default "system" "system" "kingston:blue:system" "1"
|
||||
;;
|
||||
mlw221|\
|
||||
mlwg2)
|
||||
set_wifi_led "kingston:blue:wifi"
|
||||
ucidef_set_led_default "system" "system" "kingston:blue:system" "1"
|
||||
|
@ -88,9 +88,7 @@ get_status_led() {
|
||||
m4)
|
||||
status_led="m4:blue:status"
|
||||
;;
|
||||
mlw221)
|
||||
status_led="kingston:blue:status"
|
||||
;;
|
||||
mlw221|\
|
||||
mlwg2)
|
||||
status_led="kingston:blue:system"
|
||||
;;
|
||||
|
@ -3,7 +3,7 @@
|
||||
/include/ "mt7620n.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "mlwG2", "ralink,mt7620n-soc";
|
||||
compatible = "mlwg2", "ralink,mt7620n-soc";
|
||||
model = "Kingston MLWG2";
|
||||
|
||||
palmbus@10000000 {
|
||||
|
Loading…
Reference in New Issue
Block a user