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>
This commit is contained in:
parent
f1f566bfe2
commit
9866bfe13c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for attended sysupgrades
|
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
|
include ../../luci.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue