diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-02-26 12:49:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 12:49:11 +0100 |
commit | 7c6c043df7323b74e96d892568f5defcd8e7fd0f (patch) | |
tree | 903001ce25e1b6b03d447cf1ccd2aa95bfe0f8f3 /applications/luci-app-pagekitec/Makefile | |
parent | 507654bcc81871460bf79640788023bf2e05160f (diff) | |
parent | 36e66aeba0e3e1414544d16078d28cb65c2c961c (diff) |
Merge pull request #3686 from etactica/pk-to-js
luci-app-pagekitec: convert pagekite ui to js
Diffstat (limited to 'applications/luci-app-pagekitec/Makefile')
-rw-r--r-- | applications/luci-app-pagekitec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-pagekitec/Makefile b/applications/luci-app-pagekitec/Makefile index ea61323420..d875009772 100644 --- a/applications/luci-app-pagekitec/Makefile +++ b/applications/luci-app-pagekitec/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for PageKite -LUCI_DEPENDS:=+luci-compat +pagekitec +LUCI_DEPENDS:=+pagekitec PKG_MAINTAINER:=Karl Palsson <karlp@tweak.net.au> |