diff options
author | Karl Palsson <karlp@tweak.net.au> | 2018-03-16 22:44:37 +0000 |
---|---|---|
committer | Karl Palsson <karlp@tweak.net.au> | 2018-03-16 22:59:46 +0000 |
commit | cc00b01c270ff48897a279cfc507e3dc758a2d30 (patch) | |
tree | 159030819eeb388f571864fcde8d21773062a4b7 /applications/luci-app-pagekitec/Makefile | |
parent | b2fbfedc7e421968c65b0002182fdd0064a3edfa (diff) |
luci-app-pagekitec: new package
Adds a simple interface to the basic functionality of pagekite services.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Diffstat (limited to 'applications/luci-app-pagekitec/Makefile')
-rw-r--r-- | applications/luci-app-pagekitec/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/applications/luci-app-pagekitec/Makefile b/applications/luci-app-pagekitec/Makefile new file mode 100644 index 0000000000..d875009772 --- /dev/null +++ b/applications/luci-app-pagekitec/Makefile @@ -0,0 +1,16 @@ +# +# Copyright (C) 2018 Karl Palsson <karlp@tweak.net.au> +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for PageKite +LUCI_DEPENDS:=+pagekitec + +PKG_MAINTAINER:=Karl Palsson <karlp@tweak.net.au> + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |