diff options
author | Richard Yu <yurichard3839@gmail.com> | 2019-10-17 16:47:14 +0800 |
---|---|---|
committer | Richard Yu <yurichard3839@gmail.com> | 2019-10-17 17:52:54 +0800 |
commit | 1c9a06ea2b8829bee9d4149f118bd8c0d863c081 (patch) | |
tree | 88ad11322a7ba6c2cf5a2fd15400cb5c6a6d7b62 /applications/luci-app-ttyd/Makefile | |
parent | 51b519e55ec7daa62c343e7f776fa5a1bcc3d8bb (diff) |
luci-app-ttyd: add new package
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Diffstat (limited to 'applications/luci-app-ttyd/Makefile')
-rw-r--r-- | applications/luci-app-ttyd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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 |