From 1b3f0e7bc3b84d44906343203b97a3fcc2e5d484 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 28 Mar 2010 20:56:13 +0000 Subject: [PATCH] luci-0.9: merge r5980 --- contrib/package/luci/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index e248bd72b..e22059615 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -895,6 +895,17 @@ define Package/luci-ssl/install endef +define Package/luci-medium + $(call Package/luci/collectiontemplate) + TITLE:=Medium package set using only admin full and a theme without grafics + DEPENDS:=+uhttpd +luci-admin-full +luci-theme-openwrtlight +endef + +define Package/luci-medium/install + true +endef + + define Package/luci-light $(call Package/luci/collectiontemplate) TITLE:=Minimum package set using only admin mini and a theme without grafics @@ -1185,4 +1196,5 @@ $(eval $(call BuildPackage,luci-i18n-spanish)) $(eval $(call BuildPackage,luci)) $(eval $(call BuildPackage,luci-ssl)) +$(eval $(call BuildPackage,luci-medium)) $(eval $(call BuildPackage,luci-light)) -- 2.25.1