luci-app-attendedsysupgrade: remove depends uhttpd-mod-ubus
authorHuangbin Zhan <zhanhb88@gmail.com>
Wed, 23 Dec 2020 03:09:38 +0000 (11:09 +0800)
committerPaul Spooren <mail@aparcar.org>
Mon, 26 Jul 2021 12:02:22 +0000 (14:02 +0200)
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 9866bfe13ce2bed07453cce968f670e00a0d7517)

applications/luci-app-attendedsysupgrade/Makefile

index dbb572bd28dc999652a0eeb43117b1d0dccaeb98..cab27e6751263e887129cbc41e83f8b61d8aaa09 100644 (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