Skip to content

Commit 66c0c0b

Browse files
fixed langoption menuconfig
1 parent 6f316d1 commit 66c0c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/menuconf-to-alterconf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ echo build option :
7676
[[ -n "${channel}" ]] && echo " Channel : ${channel}"
7777

7878
if [[ "${USE_CUSTOM_LANG}" = "true" ]]; then
79-
argument="${argument} -g ${language}"
79+
argument="${argument} -l ${language}"
8080
fi
8181
if [[ "${plymouth}" = true ]]; then
8282
argument="${argument} -b"

0 commit comments

Comments
 (0)