X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fluci%2FMakefile;h=f8bb81e8384acf2c62b093a634a37a0881ec9e8d;hp=70dc7b0bed3f8c5365caf8830d67445e13e96e6b;hb=fd99cf08af610c93eef383587cf104dea38bccf3;hpb=5bf39be4c6df089d57d521ece83712ddf4c5a0f9 diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 70dc7b0be..f8bb81e83 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -476,7 +476,6 @@ endef $(eval $(call theme,base,Common base for all themes,,+luci-lib-web)) $(eval $(call theme,openwrt,OpenWrt.org (default),,,1)) -$(eval $(call theme,openwrt-light,OpenWrt.org - light variant without images)) $(eval $(call theme,fledermaus,Fledermaus Theme)) $(eval $(call theme,freifunk,alternative Freifunk Theme,\ @@ -550,20 +549,16 @@ endef $(eval $(call collection,,\ Standard OpenWrt set including full and mini admin and the standard theme,\ - +uhttpd +luci-mod-admin-full +luci-mod-admin-mini +luci-theme-openwrt \ - +luci-app-firewall +luci-app-initmgr)) + +uhttpd +luci-mod-admin-full +luci-theme-openwrt +luci-app-firewall \ + +luci-app-initmgr)) $(eval $(call collection,ssl,\ Standard OpenWrt set with HTTPS support,\ - +uhttpd +uhttpd-mod-tls +px5g +luci-mod-admin-full +luci-mod-admin-mini \ - +luci-theme-openwrt +luci-app-firewall +luci-app-initmgr)) - -$(eval $(call collection,medium,\ - Medium package set using only admin full and a theme without graphics,\ - +uhttpd +luci-mod-admin-full +luci-theme-openwrt-light)) + +uhttpd +uhttpd-mod-tls +px5g +luci-mod-admin-full +luci-theme-openwrt \ + +luci-app-firewall +luci-app-initmgr)) $(eval $(call collection,light,\ - Minimum package set using only admin mini and a theme without graphics,\ + Minimum package set using only admin mini and athe standard theme,\ +uhttpd +luci-mod-admin-mini +luci-theme-openwrt-light))