From 596e66904a71f2e77be6d2a7bad007c417efaf38 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 3 Sep 2023 01:18:34 +0000 Subject: [PATCH] Update 'Makefile' --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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