Merge pull request #2755 from dibdot/lxc

luci-app-lxc: add conffiles define
This commit is contained in:
Dirk Brenken 2019-06-07 06:55:36 +02:00 committed by GitHub
commit a9f305e159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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