Browse Source

lxc: minor dependencies tweak

Signed-off-by: Luka Perkov <luka@openwrt.org>
lilik-openwrt-22.03
Luka Perkov 10 years ago
parent
commit
e044d612a0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      utils/luci-app-lxc/Makefile
  2. +1
    -1
      utils/lxc/Makefile

+ 1
- 1
utils/luci-app-lxc/Makefile View File

@ -21,7 +21,7 @@ define Package/luci-app-lxc
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:=LXC management Web UI
DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +lxc-configs +liblxc +rpcd-mod-lxc
DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +liblxc +rpcd-mod-lxc
MAINTAINER:=Petar Koretic <petar.koretic@sartura.hr>
endef


+ 1
- 1
utils/lxc/Makefile View File

@ -35,7 +35,7 @@ LXC_SCRIPTS += \
DEPENDS_APPLETS = +libpthread +libcap +liblxc
DEPENDS_create = +lxc-hooks +lxc-templates
DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates
DEPENDS_ls = +lxc-config
DEPENDS_top = +lxc-lua +luafilesystem @BROKEN


Loading…
Cancel
Save