mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 06:22:49 +04:00
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
18 lines
384 B
Makefile
18 lines
384 B
Makefile
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TYPE:=col
|
|
LUCI_BASENAME:=ssl
|
|
|
|
LUCI_TITLE:=Standard OpenWrt set with HTTPS support
|
|
LUCI_DEPENDS:=+luci +libustream-polarssl +px5g
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|