diff options
author | Dirk Brenken <dev@brenken.org> | 2019-06-07 06:55:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 06:55:36 +0200 |
commit | a9f305e15915ea96ca8fcc946b938a535c270af5 (patch) | |
tree | aa141ce708c94b92ba6ed01fa3d1523fda5b219a /applications | |
parent | e6f07fdc73a03f5652eee386d4f5f10fa0ee310b (diff) | |
parent | 231eaf206558d13f9b34b2c9c6fd58200ba9b27a (diff) |
Merge pull request #2755 from dibdot/lxc
luci-app-lxc: add conffiles define
Diffstat (limited to 'applications')
-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 |