diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-04 22:03:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-04 22:03:07 +0000 |
commit | 3b481cbc79e20852cff62fb50a0788a1500123f0 (patch) | |
tree | 3b1a48d4af4fd02fdd9336180038c28d61bdca86 /contrib | |
parent | 73112f9c44b0dc333b6ec1878009e0e69c8db500 (diff) |
trunk: remove luci-app-initmgr, its part of admin-full now
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 8aea07769b..fcfe695664 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -378,9 +378,6 @@ $(eval $(call application,hd-idle,Hard Disk Idle Spin-Down module,\ $(eval $(call application,tinyproxy,Tinyproxy - HTTP(S)-Proxy configuration,\ +luci-mod-admin-full +PACKAGE_luci-app-tinyproxy:tinyproxy)) -$(eval $(call application,initmgr,LuCI Initscript Management,\ - +luci-mod-admin-full)) - $(eval $(call application,polipo,LuCI Support for the Polipo Proxy,\ +PACKAGE_luci-app-polipo:polipo)) @@ -537,12 +534,12 @@ endef $(eval $(call collection,,\ Standard OpenWrt set including full and mini admin and the standard theme,\ +uhttpd +luci-mod-admin-full +luci-theme-openwrt +luci-app-firewall \ - +luci-app-initmgr +libiwinfo)) + +libiwinfo)) $(eval $(call collection,ssl,\ Standard OpenWrt set with HTTPS support,\ +uhttpd +uhttpd-mod-tls +px5g +luci-mod-admin-full +luci-theme-openwrt \ - +luci-app-firewall +luci-app-initmgr +libiwinfo)) + +luci-app-firewall +libiwinfo)) $(eval $(call collection,light,\ Minimum package set using only admin mini and the standard theme,\ |