diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-08-13 15:05:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-13 15:05:33 +0200 |
commit | 99f7794311aa1e134098704206cfd771c51c66e0 (patch) | |
tree | 1a63e129c12d51cda9dedfadc6b055e7fa991fc2 | |
parent | 83e47322fce5e945496e1cdd0631164e7ff36748 (diff) | |
parent | 99958baed5884c5c2ddbcbe13608edd56e02d7f1 (diff) |
Merge pull request #1290 from aparcar/uhttpd-mod-ubus
luci-app-attendedsysupgrade: add missing dep
-rw-r--r-- | applications/luci-app-attendedsysupgrade/Makefile | 2 |
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 |