X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=collections%2Fluci%2FMakefile;fp=collections%2Fluci%2FMakefile;h=dff5be67fad2ac947a4eb2dd8df5ed1bf34908d5;hp=0000000000000000000000000000000000000000;hb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;hpb=9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4 diff --git a/collections/luci/Makefile b/collections/luci/Makefile new file mode 100644 index 000000000..dff5be67f --- /dev/null +++ b/collections/luci/Makefile @@ -0,0 +1,19 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TYPE:=col +LUCI_BASENAME:=luci + +LUCI_TITLE:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme +LUCI_DEPENDS:= \ + +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \ + +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +luci-lib-nixio + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature