diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-09-24 11:11:42 +0300 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2023-09-24 11:11:42 +0300 |
commit | 3e7fe9f07bc7f775f9fb3d1f1e2a9b972faf86d1 (patch) | |
tree | e8fc87af744a47791f1b2f004736790827de39a3 /applications/luci-app-sqm | |
parent | 2edb20189a4bf54e55625a6f88cb475c11e77df6 (diff) |
applications: add missing dependency to luci-base
It's better to explicitly define it
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-sqm')
-rw-r--r-- | applications/luci-app-sqm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-sqm/Makefile b/applications/luci-app-sqm/Makefile index 4ab842b241..f83b99ee2d 100644 --- a/applications/luci-app-sqm/Makefile +++ b/applications/luci-app-sqm/Makefile @@ -8,7 +8,7 @@ LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk> -LUCI_DEPENDS:=+sqm-scripts +LUCI_DEPENDS:=+luci-base +sqm-scripts LUCI_PKGARCH:=all include ../../luci.mk |