From 9866bfe13ce2bed07453cce968f670e00a0d7517 Mon Sep 17 00:00:00 2001 From: Huangbin Zhan Date: Wed, 23 Dec 2020 11:09:38 +0800 Subject: [PATCH] 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 --- applications/luci-app-attendedsysupgrade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2