From: Dirk Brenken Date: Thu, 6 Jun 2019 11:03:40 +0000 (+0200) Subject: luci-app-lxc: add conffiles define X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F2755%2Fhead;p=oweals%2Fluci.git luci-app-lxc: add conffiles define - fix #2754 Signed-off-by: Dirk Brenken --- 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