* luci: fix an error in Makefile introduced by french translation

This commit is contained in:
Jo-Philipp Wich 2008-07-07 13:56:18 +00:00
parent 4a74897e1a
commit 0989d06c41

View file

@ -525,7 +525,7 @@ endif
ifneq ($(CONFIG_PACKAGE_luci-i18n-german),)
PKG_SELECTED_MODULES+=i18n/german
endif
ifneq ($(CONFIG_Pfrenchluci-i18n-english),)
ifneq ($(CONFIG_PACKAGE_luci-i18n-english),)
PKG_SELECTED_MODULES+=i18n/english
endif
ifneq ($(CONFIG_PACKAGE_luci-i18n-french),)