luci.mk: sort languages in lexical order
sorting language in .config by lexical order Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
bf407f087c
commit
713d463248
1 changed files with 1 additions and 1 deletions
2
luci.mk
2
luci.mk
|
@ -7,7 +7,7 @@
|
||||||
LUCI_NAME?=$(notdir ${CURDIR})
|
LUCI_NAME?=$(notdir ${CURDIR})
|
||||||
LUCI_TYPE?=$(word 2,$(subst -, ,$(LUCI_NAME)))
|
LUCI_TYPE?=$(word 2,$(subst -, ,$(LUCI_NAME)))
|
||||||
LUCI_BASENAME?=$(patsubst luci-$(LUCI_TYPE)-%,%,$(LUCI_NAME))
|
LUCI_BASENAME?=$(patsubst luci-$(LUCI_TYPE)-%,%,$(LUCI_NAME))
|
||||||
LUCI_LANGUAGES:=$(filter-out templates,$(notdir $(wildcard ${CURDIR}/po/*)))
|
LUCI_LANGUAGES:=$(sort $(filter-out templates,$(notdir $(wildcard ${CURDIR}/po/*))))
|
||||||
LUCI_DEFAULTS:=$(notdir $(wildcard ${CURDIR}/root/etc/uci-defaults/*))
|
LUCI_DEFAULTS:=$(notdir $(wildcard ${CURDIR}/root/etc/uci-defaults/*))
|
||||||
LUCI_PKGARCH?=$(if $(realpath src/Makefile),,all)
|
LUCI_PKGARCH?=$(if $(realpath src/Makefile),,all)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue