mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
vfs_tap: VFS plugin for Uplink/Nic session access
This plugin emulates a `/dev/tapX` device as found on FreeBSD. See README for more information. genodelabs/genode#4394
This commit is contained in:
committed by
Norman Feske
parent
19958eafcf
commit
019cacf07e
9
repos/os/recipes/src/vfs_tap/content.mk
Normal file
9
repos/os/recipes/src/vfs_tap/content.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
MIRROR_FROM_REP_DIR := src/lib/vfs/tap lib/mk/vfs_tap.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(GENODE_DIR)/LICENSE $@
|
||||
1
repos/os/recipes/src/vfs_tap/hash
Normal file
1
repos/os/recipes/src/vfs_tap/hash
Normal file
@@ -0,0 +1 @@
|
||||
2022-01-27 06d96f2618f11d62f9a959da196753337dbb4c4c
|
||||
5
repos/os/recipes/src/vfs_tap/used_apis
Normal file
5
repos/os/recipes/src/vfs_tap/used_apis
Normal file
@@ -0,0 +1,5 @@
|
||||
base
|
||||
nic_session
|
||||
os
|
||||
uplink_session
|
||||
vfs
|
||||
Reference in New Issue
Block a user