From d0cb158e34c20d0a78dc23cfd5757d10430e121f Mon Sep 17 00:00:00 2001 From: danrl Date: Fri, 17 Feb 2017 11:08:46 +0100 Subject: luci-app-cshark: initial commit Moved over here from the packages repository. Signed-off-by: Dan Luedtke --- applications/luci-app-cshark/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 applications/luci-app-cshark/Makefile (limited to 'applications/luci-app-cshark/Makefile') diff --git a/applications/luci-app-cshark/Makefile b/applications/luci-app-cshark/Makefile new file mode 100644 index 000000000..40b0e9fb7 --- /dev/null +++ b/applications/luci-app-cshark/Makefile @@ -0,0 +1,17 @@ +# +# Copyright (C) 2017 Dan Luedtke +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Cloudshark capture tool Web UI +LUCI_DEPENDS:=+cshark +LUCI_PKGARCH:=all + +PKG_MAINTAINER:=Luka Perkov + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3