Changeset 5094 for luci/trunk/contrib/package/luci/Makefile
- Timestamp:
- 07/17/09 18:36:08 (4 years ago)
- Files:
-
- 1 modified
-
luci/trunk/contrib/package/luci/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/luci/Makefile
r5036 r5094 878 878 879 879 880 define Package/luci-i18n-spanish 881 $(call Package/luci/i18ntemplate) 882 TITLE:=Spanish (by Guillermo Javier Nardoni) 883 endef 884 885 define Package/luci-i18n-spanish/install 886 $(call Package/luci/install/template,$(1),i18n/spanish) 887 endef 888 889 880 890 ### Compile ### 881 891 ifneq ($(CONFIG_PACKAGE_luci-core),) … … 1077 1087 ifneq ($(CONFIG_PACKAGE_luci-i18n-portuguese),) 1078 1088 PKG_SELECTED_MODULES+=i18n/portuguese 1089 endif 1090 ifneq ($(CONFIG_PACKAGE_luci-i18n-spanish),) 1091 PKG_SELECTED_MODULES+=i18n/spanish 1079 1092 endif 1080 1093 … … 1158 1171 $(eval $(call BuildPackage,luci-i18n-catalan)) 1159 1172 $(eval $(call BuildPackage,luci-i18n-portuguese)) 1173 $(eval $(call BuildPackage,luci-i18n-spanish))
