diff options
author | danrl <mail@danrl.com> | 2017-02-17 11:08:46 +0100 |
---|---|---|
committer | danrl <mail@danrl.com> | 2017-02-17 11:08:46 +0100 |
commit | d0cb158e34c20d0a78dc23cfd5757d10430e121f (patch) | |
tree | eb71c074907ab759dd6c55701b5b3c4a70fe20b8 /applications/luci-app-cshark/Makefile | |
parent | 9726e26a7a2ea6052827472bfbec3c9914abedf8 (diff) |
luci-app-cshark: initial commit
Moved over here from the packages repository.
Signed-off-by: Dan Luedtke <mail@danrl.com>
Diffstat (limited to 'applications/luci-app-cshark/Makefile')
-rw-r--r-- | applications/luci-app-cshark/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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 <mail@danrl.com> +# +# 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 <luka@openwrt.org> + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |