summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-attendedsysupgrade/Makefile
diff options
context:
space:
mode:
authorPaul Spooren <paul@spooren.de>2017-08-08 16:06:08 +0200
committerPaul Spooren <paul@spooren.de>2017-08-08 16:06:08 +0200
commit99958baed5884c5c2ddbcbe13608edd56e02d7f1 (patch)
tree8e65fc34ce14dd7b0f4067bd1f82167e2384a681 /applications/luci-app-attendedsysupgrade/Makefile
parent102199fcbffe80c3b9fef38270f1f69bf3d7c65a (diff)
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 <paul@spooren.de>
Diffstat (limited to 'applications/luci-app-attendedsysupgrade/Makefile')
-rw-r--r--applications/luci-app-attendedsysupgrade/Makefile2
1 files changed, 1 insertions, 1 deletions
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