mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
slirp4netns: Runtime recommend the tun kernel module
slirp4netns uses a TAP device to connect to the internet in an unprivileged way. Without the required kernel support (TAP/TUN), slirp4netns will fail at runtime. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
8364fd6c98
commit
d9bad067f7
|
@ -18,4 +18,6 @@ DEPENDS = "glib-2.0 libcap libseccomp libslirp"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
RRECOMMENDS:${PN} += "kernel-module-tun"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user