* luci: fix an error in Makefile introduced by french translation
This commit is contained in:
parent
4a74897e1a
commit
0989d06c41
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ endif
|
||||||
ifneq ($(CONFIG_PACKAGE_luci-i18n-german),)
|
ifneq ($(CONFIG_PACKAGE_luci-i18n-german),)
|
||||||
PKG_SELECTED_MODULES+=i18n/german
|
PKG_SELECTED_MODULES+=i18n/german
|
||||||
endif
|
endif
|
||||||
ifneq ($(CONFIG_Pfrenchluci-i18n-english),)
|
ifneq ($(CONFIG_PACKAGE_luci-i18n-english),)
|
||||||
PKG_SELECTED_MODULES+=i18n/english
|
PKG_SELECTED_MODULES+=i18n/english
|
||||||
endif
|
endif
|
||||||
ifneq ($(CONFIG_PACKAGE_luci-i18n-french),)
|
ifneq ($(CONFIG_PACKAGE_luci-i18n-french),)
|
||||||
|
|
Loading…
Reference in a new issue