diff options
Diffstat (limited to 'protocols/luci-proto-external/Makefile')
-rw-r--r-- | protocols/luci-proto-external/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/luci-proto-external/Makefile b/protocols/luci-proto-external/Makefile new file mode 100644 index 0000000000..b9b146d7bd --- /dev/null +++ b/protocols/luci-proto-external/Makefile @@ -0,0 +1,8 @@ +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for externally managed protocol +LUCI_DEPENDS:=+external-protocol + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |