projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e138fd
)
luci-app-lxc: add conffiles define
2755/head
author
Dirk Brenken
<dev@brenken.org>
Thu, 6 Jun 2019 11:03:40 +0000
(13:03 +0200)
committer
Dirk 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
patch
|
blob
|
history
diff --git
a/applications/luci-app-lxc/Makefile
b/applications/luci-app-lxc/Makefile
index 379cccbfc96faef040fb3c8557f217186748b548..b46a83bdeed8d2d315c0e99d4e8631ff7e3c47d6 100644
(file)
--- 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