summaryrefslogtreecommitdiffstats
path: root/package/qemu/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qemu/Config.in')
-rw-r--r--package/qemu/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index 65421c0b9f..fff786d3f1 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -1,7 +1,7 @@
-comment "QEMU requires a toolchain with IPv6, wchar, threads"
+comment "QEMU requires a toolchain with wchar, threads"
depends on BR2_i386 || BR2_x86_64
depends on BR2_USE_MMU
- depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR && BR2_INET_IPV6)
+ depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
config BR2_PACKAGE_QEMU
bool "QEMU"
@@ -9,7 +9,6 @@ config BR2_PACKAGE_QEMU
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_WCHAR # gettext
depends on BR2_USE_MMU # fork()
- depends on BR2_INET_IPV6 # for linux-user
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_PIXMAN
select BR2_PACKAGE_ZLIB
OpenPOWER on IntegriCloud