diff options
author | Dirk Brenken <dev@brenken.org> | 2019-06-06 13:03:40 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2019-06-06 13:03:40 +0200 |
commit | 231eaf206558d13f9b34b2c9c6fd58200ba9b27a (patch) | |
tree | 5a39594dcc725af6c459648ca126cd5c4125409d /applications/luci-app-lxc | |
parent | 1e138fdccf333d79040f56dc9dad344b55db747d (diff) |
luci-app-lxc: add conffiles define
- fix #2754
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-lxc')
-rw-r--r-- | applications/luci-app-lxc/Makefile | 4 |
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 |