blob: e67a042cf2dc3a301c7697ed63cc43306412e25f (
plain)
1
2
3
4
5
6
7
8
9
10
|
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for externally managed protocol
LUCI_DEPENDS:=+external-protocol
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|