blob: 1cb9555855708ff586873fb1e1383df54f4c8625 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# 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
|