Merge pull request #3348 from zhoreeq/luci_app_yggdrasil
[oweals/luci.git] / applications / luci-app-lxc / Makefile
index 9f313dfb114147dcf1ddda85b40f406a99a5f501..c096db749158ff70534ea63d7b219315d5cd23cc 100644 (file)
@@ -7,9 +7,13 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LXC management Web UI
-LUCI_DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +liblxc +rpcd-mod-lxc +getopt +xz
+LUCI_DEPENDS:=+luci-compat +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