X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=applications%2Fluci-app-lxc%2FMakefile;h=c096db749158ff70534ea63d7b219315d5cd23cc;hb=1c75687854395cb95fa18668e5d823fb2fdfd085;hp=9f313dfb114147dcf1ddda85b40f406a99a5f501;hpb=9779d5395c7e653aac32c173c49e27e5777a2c1d;p=oweals%2Fluci.git diff --git a/applications/luci-app-lxc/Makefile b/applications/luci-app-lxc/Makefile index 9f313dfb1..c096db749 100644 --- a/applications/luci-app-lxc/Makefile +++ b/applications/luci-app-lxc/Makefile @@ -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 include ../../luci.mk