os: api/net archive

Ref #3961
This commit is contained in:
Martin Stein 2021-02-02 17:13:54 +01:00 committed by Norman Feske
parent d6a5a66623
commit ef88d05f2b
6 changed files with 9 additions and 14 deletions

View File

@ -0,0 +1,6 @@
MIRROR_FROM_REP_DIR := lib/mk/net.mk include/net src/lib/net
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)

View File

@ -0,0 +1 @@
2021-02-02 50ec2379f792a5137c1a113766448a08d266621d

View File

@ -1,9 +1,2 @@
SRC_DIR = src/server/nic_bridge
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
MIRROR_FROM_REP_DIR := lib/mk/net.mk include/net src/lib/net
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)

View File

@ -1,3 +1,4 @@
base
os
net
nic_session

View File

@ -1,9 +1,2 @@
SRC_DIR = src/server/nic_router
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
MIRROR_FROM_REP_DIR := lib/mk/net.mk include/net src/lib/net
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)

View File

@ -1,5 +1,6 @@
base
os
net
nic_session
uplink_session
timer_session