mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
qemu: add libslirp dependency
It has been integrated in QEMU to provide user mode networking. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
committed by
Yousong Zhou
parent
6fe18ac4de
commit
11265308c7
@@ -197,7 +197,7 @@ define qemu-target
|
|||||||
+QEMU_UI_VNC_SASL:libsasl2 \
|
+QEMU_UI_VNC_SASL:libsasl2 \
|
||||||
+QEMU_UI_SPICE:libspice-server \
|
+QEMU_UI_SPICE:libspice-server \
|
||||||
+QEMU_DEV_USB:libusb-1.0 \
|
+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
|
endef
|
||||||
|
|
||||||
define Package/qemu-$(1)/description
|
define Package/qemu-$(1)/description
|
||||||
@@ -325,6 +325,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-bsd-user \
|
--disable-bsd-user \
|
||||||
--disable-linux-user \
|
--disable-linux-user \
|
||||||
--enable-system \
|
--enable-system \
|
||||||
|
--enable-slirp=system \
|
||||||
|
|
||||||
# accel
|
# accel
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user