Skip to content

Commit

Permalink
net: Remove NHDP module
Browse files Browse the repository at this point in the history
NHDP has been flagged as deprecated in
056bd35, due to lack of maintenance.
  • Loading branch information
leandrolanzieri committed Feb 18, 2020
1 parent 7cacc59 commit 9026823
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 3,679 deletions.
6 changes: 0 additions & 6 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ ifneq (,$(filter gnrc_lorawan,$(USEMODULE)))
USEMODULE += gnrc_neterr
endif

ifneq (,$(filter nhdp,$(USEMODULE)))
USEMODULE += sock_udp
USEMODULE += xtimer
USEMODULE += oonf_rfc5444
endif

ifneq (,$(filter sntp,$(USEMODULE)))
USEMODULE += sock_udp
USEMODULE += xtimer
Expand Down
3 changes: 0 additions & 3 deletions sys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ endif
ifneq (,$(filter cipher_modes,$(USEMODULE)))
DIRS += crypto/modes
endif
ifneq (,$(filter nhdp,$(USEMODULE)))
DIRS += net/routing/nhdp
endif
ifneq (,$(filter fib,$(USEMODULE)))
DIRS += net/network_layer/fib
endif
Expand Down
4 changes: 0 additions & 4 deletions sys/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
ifneq (,$(filter nhdp,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/sys/net/routing/nhdp
endif

ifneq (,$(filter gnrc_sixlowpan_frag_rb,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/sys/net/gnrc/network_layer/sixlowpan/frag
endif
Expand Down
1 change: 0 additions & 1 deletion sys/net/routing/nhdp/Makefile

This file was deleted.

Loading

0 comments on commit 9026823

Please sign in to comment.