projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102199f
)
luci-app-attendedsysupgrade: add missing dep
1290/head
author
Paul Spooren
<paul@spooren.de>
Tue, 8 Aug 2017 14:06:08 +0000
(16:06 +0200)
committer
Paul Spooren
<paul@spooren.de>
Tue, 8 Aug 2017 14:06:08 +0000
(16:06 +0200)
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>
applications/luci-app-attendedsysupgrade/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-attendedsysupgrade/Makefile
b/applications/luci-app-attendedsysupgrade/Makefile
index 32992e19dfb3097a55feb6fa1911eb5f8521b164..8d7a6163dea75825ff6185014338108f132203cb 100644
(file)
--- 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