From 3e7fe9f07bc7f775f9fb3d1f1e2a9b972faf86d1 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 24 Sep 2023 11:11:42 +0300 Subject: applications: add missing dependency to luci-base It's better to explicitly define it Signed-off-by: Sergey Ponomarev --- applications/luci-app-dynapoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-dynapoint/Makefile') diff --git a/applications/luci-app-dynapoint/Makefile b/applications/luci-app-dynapoint/Makefile index a763dc6146..1f4486ef4b 100644 --- a/applications/luci-app-dynapoint/Makefile +++ b/applications/luci-app-dynapoint/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for DynaPoint -LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +dynapoint +LUCI_DEPENDS:=+luci-base +luci-compat +luci-lib-ipkg +dynapoint PKG_LICENSE:=GPL-3.0+ PKG_MAINTAINER:=Tobias Ilte -- cgit v1.2.3