summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-app-lxc/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <petar.koretic@sartura.hr>
include ../../luci.mk