mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
include some example plugins also. JS files provide UI to configure behaviour of plugins which typically live in /usr/share/ucode/luci/plugins/<class>/<type> Signed-off-by: Paul Donald <newtwen+github@gmail.com>
20 lines
328 B
Makefile
20 lines
328 B
Makefile
#
|
|
# Copyright (C) 2026
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Plugins - HTTP Headers examples and HTTP 2FA UI example
|
|
LUCI_DEPENDS:=+luci-base +luci-mod-system
|
|
|
|
LUCI_TYPE:=plugin
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|