diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-07 13:56:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-07 13:56:18 +0000 |
commit | 0989d06c4104523aeb97180ac749f7eacb82db01 (patch) | |
tree | 73918f2eb011fdd9411fdc3f0a2d4595f5865a00 | |
parent | 4a74897e1ac642bf3792cdd680a342f89e56ea29 (diff) |
* luci: fix an error in Makefile introduced by french translation
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index e5f804043..5ca914721 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -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),) |