summaryrefslogtreecommitdiff
path: root/src/network/netdev/vcan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/netdev/vcan.c')
-rw-r--r--src/network/netdev/vcan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/netdev/vcan.c b/src/network/netdev/vcan.c
index f06ad0fb42..574d1cad31 100644
--- a/src/network/netdev/vcan.c
+++ b/src/network/netdev/vcan.c
@@ -4,5 +4,6 @@
const NetDevVTable vcan_vtable = {
.object_size = sizeof(VCan),
+ .sections = "Match\0NetDev\0",
.create_type = NETDEV_CREATE_INDEPENDENT,
};