diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-09-24 10:55:27 +0300 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2023-09-24 11:10:06 +0300 |
commit | 2edb20189a4bf54e55625a6f88cb475c11e77df6 (patch) | |
tree | f76683a9f5ec6baf414572e2078b2d83b4427294 /applications/luci-app-mosquitto/Makefile | |
parent | d7e905e83a11d59ea217cd37189040bd6c9d403e (diff) |
applications: replace +luci-mod-admin-full with +luci-base
The apps don't need for the admin full.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-mosquitto/Makefile')
-rw-r--r-- | applications/luci-app-mosquitto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-mosquitto/Makefile b/applications/luci-app-mosquitto/Makefile index 7713bcf8ec..1a659caeee 100644 --- a/applications/luci-app-mosquitto/Makefile +++ b/applications/luci-app-mosquitto/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Mosquitto LuCI interface -LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full mosquitto +LUCI_DEPENDS:=+luci-compat +luci-base mosquitto LUCI_PKGARCH:=all LUCI_DESCRIPTION:=Provides a webadmin for most basic mosquitto parameters. |