diff options
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 |