diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-16 16:49:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-16 16:49:04 +0000 |
commit | ca9314ee2203551fe2b28a976d7c6014b3b0957a (patch) | |
tree | 3ff3224577e9a46e14f7ab3060ec10ed27e30bd8 /applications/luci-watchcat/Makefile | |
parent | b6c98f9c579e8f18af57962d0e500b5b20bf6439 (diff) |
New application for watchcat
Hi,
This patch add a new luci-application for the watchcat package (in
feeds/packages/utils).
Chris
Diffstat (limited to 'applications/luci-watchcat/Makefile')
-rw-r--r-- | applications/luci-watchcat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-watchcat/Makefile b/applications/luci-watchcat/Makefile new file mode 100644 index 000000000..2cb156c0b --- /dev/null +++ b/applications/luci-watchcat/Makefile @@ -0,0 +1,3 @@ +PO=watchcat +include ../../build/config.mk +include ../../build/module.mk |