|
@@ -44,15 +44,13 @@ if BR2_PACKAGE_LIBVIRT
|
|
config BR2_PACKAGE_LIBVIRT_DAEMON
|
|
config BR2_PACKAGE_LIBVIRT_DAEMON
|
|
bool "libvirtd"
|
|
bool "libvirtd"
|
|
default y
|
|
default y
|
|
- depends on BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_NETCAT_OPENBSD # nmap
|
|
|
|
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
select BR2_PACKAGE_DNSMASQ
|
|
select BR2_PACKAGE_DNSMASQ
|
|
select BR2_PACKAGE_EBTABLES
|
|
select BR2_PACKAGE_EBTABLES
|
|
select BR2_PACKAGE_IPTABLES
|
|
select BR2_PACKAGE_IPTABLES
|
|
select BR2_PACKAGE_IPROUTE2
|
|
select BR2_PACKAGE_IPROUTE2
|
|
# These are required because there is no way to unequivocally select a modern netcat
|
|
# These are required because there is no way to unequivocally select a modern netcat
|
|
- select BR2_PACKAGE_NMAP if !BR2_PACKAGE_NETCAT_OPENBSD
|
|
|
|
- select BR2_PACKAGE_NMAP_NCAT if !BR2_PACKAGE_NETCAT_OPENBSD
|
|
|
|
|
|
+ select BR2_PACKAGE_NETCAT_OPENBSD if !BR2_PACKAGE_NMAP_NCAT
|
|
select BR2_PACKAGE_RADVD
|
|
select BR2_PACKAGE_RADVD
|
|
help
|
|
help
|
|
Build the libvirt daemon (libvirtd) otherwise build only the
|
|
Build the libvirt daemon (libvirtd) otherwise build only the
|