Skip to content

Commit 59b2b96

Browse files
committed
hermit: Add net feature
Currently used to enable the loopback driver, in the future required for any network support at all. Signed-off-by: Jens Reidel <[email protected]>
1 parent d776d85 commit 59b2b96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hermit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ instrument = []
5050

5151
libc = []
5252
mmap = []
53+
net = []
5354
pci = []
5455
pci-ids = ["pci"]
5556

hermit/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ impl KernelSrc {
123123
"idle-poll",
124124
"log-target",
125125
"mmap",
126+
"net",
126127
"pci",
127128
"pci-ids",
128129
"rtl8139",

0 commit comments

Comments
 (0)