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

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