Browse Source

lxc: enable template installation

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Petar Koretic 10 years ago
parent
commit
dafecb2fef
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/lxc/Makefile

+ 1
- 1
utils/lxc/Makefile View File

@@ -74,7 +74,7 @@ endef
74 74
 define Package/lxc-templates
75 75
   $(call Package/lxc/Default)
76 76
   TITLE:=LXC virtual machine templates
77
-  DEPENDS:= lxc @BROKEN
77
+  DEPENDS:= lxc
78 78
 endef
79 79
 
80 80
 define Package/liblxc