This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/language/Russian/strings.po b/language/Russian/strings.po | |
index fd5f2a8..44feba9 100644 | |
--- a/language/Russian/strings.po | |
+++ b/language/Russian/strings.po | |
@@ -13080,3 +13080,13 @@ msgstr "Метод открытия/воспроизведения дисков | |
msgctxt "#38010" | |
msgid "GPU accelerated" | |
msgstr "Ускорение при помощи видеокарты" | |
+ | |
+#: system/settings/settings.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/board/amlogic/m8_k200_v1/m8_k200_v1.c b/board/amlogic/m8_k200_v1/m8_k200_v1.c | |
index b4f2a73..847b099 100755 | |
--- a/board/amlogic/m8_k200_v1/m8_k200_v1.c | |
+++ b/board/amlogic/m8_k200_v1/m8_k200_v1.c | |
@@ -561,6 +561,21 @@ void wifi_power_init() | |
} | |
#endif | |
+void set_power_led_state(int flag) | |
+{ |