luci-app-attendedsysupgrade: remove depends uhttpd-mod-ubus
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>
(cherry picked from commit 9866bfe13c
)
This commit is contained in:
parent
2d8cde2c72
commit
f543a84c5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue