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:
Huangbin Zhan 2020-12-23 11:09:38 +08:00 committed by Paul Spooren
parent 2d8cde2c72
commit f543a84c5b

View file

@ -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