X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=luci.mk;h=0b2ec4e7000cf87f6e0d3c257cd0b534814e8d3e;hb=713d463248773f4c0d8fee1d9c2b8dc0ff0de32c;hp=1ddb73d49868d3d0d2484b337db31dbefcc498e5;hpb=bf407f087cde592631bd0c95948e32cbd0efab08;p=project%2Fluci.git diff --git a/luci.mk b/luci.mk index 1ddb73d49..0b2ec4e70 100644 --- a/luci.mk +++ b/luci.mk @@ -7,7 +7,7 @@ LUCI_NAME?=$(notdir ${CURDIR}) LUCI_TYPE?=$(word 2,$(subst -, ,$(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_PKGARCH?=$(if $(realpath src/Makefile),,all)