Browse Source

enable libvirt only for architectures which can be used for kvm

Waldemar Brodkorb 14 years ago
parent
commit
9e50075dcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/libvirt/Makefile

+ 1 - 1
package/libvirt/Makefile

@@ -15,7 +15,7 @@ PKG_URL:=		http://www.libvirt.org/
 PKG_SITES:=		ftp://libvirt.org/libvirt/
 
 PKG_HOST_DEPENDS:=	!freebsd !netbsd !openbsd
-PKG_TARGET_DEPENDS:=	!foxboard
+PKG_TARGET_DEPENDS:=	x86 x86_64
 
 include ${TOPDIR}/mk/package.mk