From: Jo-Philipp Wich Date: Mon, 8 Mar 2010 19:33:42 +0000 (+0000) Subject: luci-0.9: merge r5766 X-Git-Tag: 0.9.0~55 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=3ef4fdce7540cb9e54e2aa714acdf52fabe2979f luci-0.9: merge r5766 --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 7f7a4bf2a..9d135223e 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -863,18 +863,28 @@ endef ### Collections ### -define Package/luci-kamikaze +define Package/luci $(call Package/luci/collectiontemplate) TITLE:=Standard OpenWrt Kamikaze set including full and mini admin and the standard theme - DEPENDS:=+luci-admin-full +luci-admin-mini +luci-theme-openwrt +luci-app-firewall + DEPENDS:=+luci-admin-full +luci-admin-mini +luci-theme-openwrt +luci-app-firewall +luci-app-initmgr endef +define Package/luci/install + true +endef + + define Package/luci-light $(call Package/luci/collectiontemplate) TITLE:=Minimum package set using only admin mini and a theme without grafics DEPENDS:=+luci-admin-mini +luci-theme-openwrtlight endef +define Package/luci-light/install + true +endef + + ### Compile ### ifneq ($(CONFIG_PACKAGE_luci-core),) PKG_SELECTED_MODULES+=libs/core @@ -1152,5 +1162,5 @@ $(eval $(call BuildPackage,luci-i18n-catalan)) $(eval $(call BuildPackage,luci-i18n-portuguese)) $(eval $(call BuildPackage,luci-i18n-spanish)) -$(eval $(call BuildPackage,luci-kamikaze)) +$(eval $(call BuildPackage,luci)) $(eval $(call BuildPackage,luci-light))