Browse Source

lxc: lxc-ls depends on lxc-config

Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov 10 years ago
parent
commit
97a8547586
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      utils/lxc/Makefile

+ 1
- 0
utils/lxc/Makefile View File

@@ -33,6 +33,7 @@ LXC_SCRIPTS += \
33 33
 
34 34
 DEPENDS_APPLETS = +libpthread +libcap +liblxc
35 35
 
36
+DEPENDS_ls = +lxc-config
36 37
 DEPENDS_top = +lxc-lua +luafilesystem @BROKEN
37 38
 
38 39