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