X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=applications%2Fluci-app-lxc%2FMakefile;h=c096db749158ff70534ea63d7b219315d5cd23cc;hb=1c75687854395cb95fa18668e5d823fb2fdfd085;hp=379cccbfc96faef040fb3c8557f217186748b548;hpb=c181699bf7ac7c3ba39bd50e8db461716c3e8636;p=oweals%2Fluci.git diff --git a/applications/luci-app-lxc/Makefile b/applications/luci-app-lxc/Makefile index 379cccbfc..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-attach +lxc-console +lxc-create +liblxc +rpcd-mod-lxc +getopt +!LXC_BUSYBOX_OPTIONS:tar +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