diff --git a/Makefile b/Makefile index 5e839b3..8410528 100755 --- a/Makefile +++ b/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI support for lxd +LUCI_TITLE:=LuCI lxc-attach support for lxc LUCI_PKGARCH:=all -LUCI_DEPENDS:=+lsblk +lxdc +luci-lib-taskd +docker +LUCI_DEPENDS:=+lsblk +lxc +luci-lib-taskd +docker -define Package/luci-app-lxdterm/conffiles -/etc/config/lxdterm +define Package/luci-app-lxc-attach/conffiles +/etc/config/lxc-attach endef include $(TOPDIR)/feeds/luci/luci.mk