summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-08-13 15:05:33 +0200
committerGitHub <noreply@github.com>2017-08-13 15:05:33 +0200
commit99f7794311aa1e134098704206cfd771c51c66e0 (patch)
tree1a63e129c12d51cda9dedfadc6b055e7fa991fc2
parent83e47322fce5e945496e1cdd0631164e7ff36748 (diff)
parent99958baed5884c5c2ddbcbe13608edd56e02d7f1 (diff)
Merge pull request #1290 from aparcar/uhttpd-mod-ubus
luci-app-attendedsysupgrade: add missing dep
-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