Browse Source

qemu: add libslirp dependency

It has been integrated in QEMU to provide user mode networking.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
lilik-openwrt-22.03
Tianling Shen 3 years ago
committed by Yousong Zhou
parent
commit
11265308c7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/qemu/Makefile

+ 2
- 1
utils/qemu/Makefile View File

@ -197,7 +197,7 @@ define qemu-target
+QEMU_UI_VNC_SASL:libsasl2 \
+QEMU_UI_SPICE:libspice-server \
+QEMU_DEV_USB:libusb-1.0 \
$(if $(filter %-softmmu,$(1)),+libncurses +libfdt +pixman +qemu-firmware-efi $(ICONV_DEPENDS))
$(if $(filter %-softmmu,$(1)),+libncurses +libfdt +libslirp +pixman +qemu-firmware-efi $(ICONV_DEPENDS))
endef
define Package/qemu-$(1)/description
@ -325,6 +325,7 @@ CONFIGURE_ARGS += \
--disable-bsd-user \
--disable-linux-user \
--enable-system \
--enable-slirp=system \
# accel
CONFIGURE_ARGS += \


Loading…
Cancel
Save