Skip to content
Commit c80fcd23 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by Hannu Nyman
Browse files

build: luci.mk: Fix warning in Kconfig for Dutch language

When the Dutch translation was added there was no name for the language
added, this created such a Kconfig entry:

     config LUCI_LANG_nl
	   tristate " (nl)"

This entry created the following warning message when doing make
oldconfig in OpenWrt:
tmp/.config-package.in:24525:warning: leading whitespace ignored

This is fixed here by adding a name to the language.

Fixes: 1e301ca2

 ("Translated using Weblate (Dutch)")
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent 63aea8f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment