mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-26 06:09:37 +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)
|
hw550-3g)
|
||||||
set_usb_led "hw550-3g:green:usb"
|
set_usb_led "hw550-3g:green:usb"
|
||||||
;;
|
;;
|
||||||
mlw221)
|
mlw221|\
|
||||||
set_wifi_led "kingston:blue:wifi"
|
|
||||||
ucidef_set_led_default "system" "system" "kingston:blue:system" "1"
|
|
||||||
;;
|
|
||||||
mlwg2)
|
mlwg2)
|
||||||
set_wifi_led "kingston:blue:wifi"
|
set_wifi_led "kingston:blue:wifi"
|
||||||
ucidef_set_led_default "system" "system" "kingston:blue:system" "1"
|
ucidef_set_led_default "system" "system" "kingston:blue:system" "1"
|
||||||
|
@ -88,9 +88,7 @@ get_status_led() {
|
|||||||
m4)
|
m4)
|
||||||
status_led="m4:blue:status"
|
status_led="m4:blue:status"
|
||||||
;;
|
;;
|
||||||
mlw221)
|
mlw221|\
|
||||||
status_led="kingston:blue:status"
|
|
||||||
;;
|
|
||||||
mlwg2)
|
mlwg2)
|
||||||
status_led="kingston:blue:system"
|
status_led="kingston:blue:system"
|
||||||
;;
|
;;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/include/ "mt7620n.dtsi"
|
/include/ "mt7620n.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "mlwG2", "ralink,mt7620n-soc";
|
compatible = "mlwg2", "ralink,mt7620n-soc";
|
||||||
model = "Kingston MLWG2";
|
model = "Kingston MLWG2";
|
||||||
|
|
||||||
palmbus@10000000 {
|
palmbus@10000000 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user