Merge pull request #1290 from aparcar/uhttpd-mod-ubus

luci-app-attendedsysupgrade: add missing dep
This commit is contained in:
Jo-Philipp Wich 2017-08-13 15:05:33 +02:00 committed by GitHub
commit 99f7794311

View file

@ -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 +rpcd-mod-attendedsysupgrade LUCI_DEPENDS:=+luci-base +uhttpd-mod-ubus +rpcd-mod-attendedsysupgrade
include ../../luci.mk include ../../luci.mk