diff options
author | Nicholas Smith <nicholas@nbembedded.com> | 2020-12-14 11:39:09 +1000 |
---|---|---|
committer | Nicholas Smith <nicholas@nbembedded.com> | 2021-03-04 21:01:03 +1000 |
commit | d5c763ee1dc3f90ae3f493400895440f4082c4b4 (patch) | |
tree | f54d2472f897b4cf7cf69cb20d9207359f29f159 /applications/luci-app-watchcat/Makefile | |
parent | 0d1b09e33f38d5fb181ccc6ab97b716f25e97fa2 (diff) |
luci-app-watchcat: add support for new features and convert to JavaScript
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
Diffstat (limited to 'applications/luci-app-watchcat/Makefile')
-rw-r--r-- | applications/luci-app-watchcat/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/applications/luci-app-watchcat/Makefile b/applications/luci-app-watchcat/Makefile index 58e12ecbf5..c3c7aada9d 100644 --- a/applications/luci-app-watchcat/Makefile +++ b/applications/luci-app-watchcat/Makefile @@ -1,13 +1,9 @@ -# -# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> -# # This is free software, licensed under the Apache License, Version 2.0 . -# include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Watchcat -LUCI_DEPENDS:=+luci-compat +watchcat +LUCI_DEPENDS:=+watchcat include ../../luci.mk |