From 99958baed5884c5c2ddbcbe13608edd56e02d7f1 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 8 Aug 2017 16:06:08 +0200 Subject: [PATCH] luci-app-attendedsysupgrade: add missing dep uhttpd-mod-ubus is missing on some devices where rpcd is installed. the luci app fundamentally depends on /ubus Signed-off-by: Paul Spooren --- applications/luci-app-attendedsysupgrade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-attendedsysupgrade/Makefile b/applications/luci-app-attendedsysupgrade/Makefile index 32992e19d..8d7a6163d 100644 --- a/applications/luci-app-attendedsysupgrade/Makefile +++ b/applications/luci-app-attendedsysupgrade/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for attended sysupgrades -LUCI_DEPENDS:=+luci-base +rpcd-mod-attendedsysupgrade +LUCI_DEPENDS:=+luci-base +uhttpd-mod-ubus +rpcd-mod-attendedsysupgrade include ../../luci.mk -- 2.11.0