瀏覽代碼

luci-app-lxc: update dependencies

Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov 10 年之前
父節點
當前提交
2da2a9e900
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      utils/luci-app-lxc/Makefile

+ 1
- 1
utils/luci-app-lxc/Makefile 查看文件

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