X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=luci.mk;h=0b2ec4e7000cf87f6e0d3c257cd0b534814e8d3e;hp=1ddb73d49868d3d0d2484b337db31dbefcc498e5;hb=ede51e4641b1053e214d294e06a935e0b2bcf09a;hpb=d3861e7f8deb581cb34c6f789457153b43457ff4;ds=sidebyside 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)