diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-15 17:43:23 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-16 03:54:48 +0200 |
commit | 09a1a58b13263500a71dea4fbb62b4ad572569c3 (patch) | |
tree | eb8cfe843689c2c602731c098eda794129f2653a /applications/luci-app-coovachilli/Makefile | |
parent | 4afb477527bc8f93a162b69303a203284ca4a738 (diff) |
luci-app-coova-chilli: Convert to JS
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-coovachilli/Makefile')
-rw-r--r-- | applications/luci-app-coovachilli/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/luci-app-coovachilli/Makefile b/applications/luci-app-coovachilli/Makefile index 1e49a2152d..b579bd9749 100644 --- a/applications/luci-app-coovachilli/Makefile +++ b/applications/luci-app-coovachilli/Makefile @@ -7,11 +7,12 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Coova Chilli -LUCI_DEPENDS:=+luci-base +luci-compat @BROKEN +LUCI_DEPENDS:=+luci-base +coova-chilli PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Steven Barth <steven@midlink.org>, \ - Jo-Philipp Wich <jo@mein.io> + Jo-Philipp Wich <jo@mein.io>, \ + Paul Donald <newtwen+github@gmail.com> include ../../luci.mk |