From 231eaf206558d13f9b34b2c9c6fd58200ba9b27a Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Thu, 6 Jun 2019 13:03:40 +0200 Subject: [PATCH] luci-app-lxc: add conffiles define - fix #2754 Signed-off-by: Dirk Brenken --- applications/luci-app-lxc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/luci-app-lxc/Makefile b/applications/luci-app-lxc/Makefile index 379cccbfc..b46a83bde 100644 --- a/applications/luci-app-lxc/Makefile +++ b/applications/luci-app-lxc/Makefile @@ -10,6 +10,10 @@ LUCI_TITLE:=LXC management Web UI LUCI_DEPENDS:=+luci-mod-admin-full +lxc +lxc-attach +lxc-console +lxc-create +liblxc +rpcd-mod-lxc +getopt +!LXC_BUSYBOX_OPTIONS:tar LUCI_PKGARCH:=all +define Package/luci-app-lxc/conffiles +/etc/config/lxc +endef + PKG_MAINTAINER:=Petar Koretic include ../../luci.mk -- 2.25.1