Skip to content

Commit

Permalink
Merge pull request #12906 from nmeum/pr/remove_gnrc_tftp
Browse files Browse the repository at this point in the history
gnrc_tftp: remove module
  • Loading branch information
leandrolanzieri authored Feb 20, 2020
2 parents e324b22 + e590bf0 commit ec0e18b
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 2,060 deletions.
8 changes: 8 additions & 0 deletions LOSTANDFOUND.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ This way, their names are never removed from the RIOT repository.

# Removed Features

### sys/net/gnrc/application_layer/tftp [0e2a62078850e1ecc74db2db4d639cf2d8fb96d3]
Author:
- DipSwitch <dipswitch@ownage4u.nl>

Reasons for removal:
- Not maintained anymore.
- Existing quality and security defects.

### pkg/oonf_api [c829f820ee870bffc60c7df688d2da8373553212]
Author:
- Benjamin Valentin <benpicco@googlemail.com>
Expand Down
5 changes: 0 additions & 5 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ ifneq (,$(filter netdev_tap,$(USEMODULE)))
USEMODULE += iolist
endif

ifneq (,$(filter gnrc_tftp,$(USEMODULE)))
USEMODULE += gnrc_udp
USEMODULE += xtimer
endif

ifneq (,$(filter gnrc_rpl_p2p,$(USEMODULE)))
USEMODULE += gnrc_rpl
endif
Expand Down
40 changes: 0 additions & 40 deletions examples/gnrc_tftp/Makefile

This file was deleted.

50 changes: 0 additions & 50 deletions examples/gnrc_tftp/Makefile.ci

This file was deleted.

86 changes: 0 additions & 86 deletions examples/gnrc_tftp/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions examples/gnrc_tftp/main.c

This file was deleted.

Loading

0 comments on commit ec0e18b

Please sign in to comment.