From 1c9a06ea2b8829bee9d4149f118bd8c0d863c081 Mon Sep 17 00:00:00 2001 From: Richard Yu Date: Thu, 17 Oct 2019 16:47:14 +0800 Subject: luci-app-ttyd: add new package Signed-off-by: Richard Yu --- applications/luci-app-ttyd/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 applications/luci-app-ttyd/Makefile (limited to 'applications/luci-app-ttyd/Makefile') diff --git a/applications/luci-app-ttyd/Makefile b/applications/luci-app-ttyd/Makefile new file mode 100644 index 0000000000..65ec02710f --- /dev/null +++ b/applications/luci-app-ttyd/Makefile @@ -0,0 +1,10 @@ +# This is free software, licensed under the Apache License, Version 2.0 . + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=ttyd - Command-line tool for sharing terminal over the web +LUCI_DEPENDS:=+ttyd + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3