projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f566b
)
luci-app-attendedsysupgrade: remove depends uhttpd-mod-ubus
author
Huangbin Zhan
<zhanhb88@gmail.com>
Wed, 23 Dec 2020 03:09:38 +0000
(11:09 +0800)
committer
Paul Spooren
<mail@aparcar.org>
Fri, 2 Jul 2021 19:28:45 +0000
(09:28 -1000)
Remove depenedency uhttpd-mod-ubus which is not required.
User may want to work with nginx rather uhttpd.
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
applications/luci-app-attendedsysupgrade/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-attendedsysupgrade/Makefile
b/applications/luci-app-attendedsysupgrade/Makefile
index dbb572bd28dc999652a0eeb43117b1d0dccaeb98..cab27e6751263e887129cbc41e83f8b61d8aaa09 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 +
uhttpd-mod-ubus +
attendedsysupgrade-common +cgi-io
+LUCI_DEPENDS:=+luci-base +attendedsysupgrade-common +cgi-io
include ../../luci.mk