diff options
author | 2023-08-17 14:16:35 -0600 | |
---|---|---|
committer | 2023-08-17 14:28:16 -0600 | |
commit | af75504c38960d5331b8c6c83ea9981e26d659e6 (patch) | |
tree | cc1acb30b17e5b6758061ccdd6b0ddf3496d1c7a | |
parent | cpupower: Fix cpuidle_set to accept only numeric values for idle-set operation. (diff) | |
download | wireguard-linux-af75504c38960d5331b8c6c83ea9981e26d659e6.tar.xz wireguard-linux-af75504c38960d5331b8c6c83ea9981e26d659e6.zip |
cpupower: Add Georgian translation to Makefile LANGUAGES
Commit 4680b734e729 ("cpupower: Add Georgian translation") added
new language support. This change didn't add "ka" to Makefile
LANGUAGES variable. Add it now.
Reported-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Reported-by: Zurab Kargareteli <zuraxt@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r-- | tools/power/cpupower/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile index dc531805a570..b53753dee02f 100644 --- a/tools/power/cpupower/Makefile +++ b/tools/power/cpupower/Makefile @@ -57,7 +57,7 @@ LIB_MIN= 1 PACKAGE = cpupower PACKAGE_BUGREPORT = linux-pm@vger.kernel.org -LANGUAGES = de fr it cs pt +LANGUAGES = de fr it cs pt ka # Directory definitions. These are default and most probably |