From: Huangbin Zhan Date: Wed, 23 Dec 2020 03:09:38 +0000 (+0800) Subject: luci-app-attendedsysupgrade: remove depends uhttpd-mod-ubus X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9866bfe13ce2bed07453cce968f670e00a0d7517;p=openwrt-luci.git 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 --- diff --git a/applications/luci-app-attendedsysupgrade/Makefile b/applications/luci-app-attendedsysupgrade/Makefile index dbb572bd28..cab27e6751 100644 --- 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