Merge branch 'dev' into hello-encryption

This commit is contained in:
Adam Ierymenko 2025-07-03 10:55:46 -04:00 committed by GitHub
commit e366661a09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 778 additions and 476 deletions

View file

@ -30,7 +30,8 @@ CORE_OBJS=\
node/Trace.o \
node/Utils.o \
node/Bond.o \
node/PacketMultiplexer.o
node/PacketMultiplexer.o \
osdep/OSUtils.o
ONE_OBJS=\
controller/EmbeddedNetworkController.o \
@ -42,7 +43,6 @@ ONE_OBJS=\
osdep/EthernetTap.o \
osdep/ManagedRoute.o \
osdep/Http.o \
osdep/OSUtils.o \
service/SoftwareUpdater.o \
service/OneService.o