luci-app-lxc: add conffiles define 2755/head
authorDirk Brenken <dev@brenken.org>
Thu, 6 Jun 2019 11:03:40 +0000 (13:03 +0200)
committerDirk Brenken <dev@brenken.org>
Thu, 6 Jun 2019 11:03:40 +0000 (13:03 +0200)
- fix #2754

Signed-off-by: Dirk Brenken <dev@brenken.org>
applications/luci-app-lxc/Makefile

index 379cccbfc96faef040fb3c8557f217186748b548..b46a83bdeed8d2d315c0e99d4e8631ff7e3c47d6 100644 (file)
@@ -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 <petar.koretic@sartura.hr>
 
 include ../../luci.mk