-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
socket_base: remove deprecated header files #3885
Conversation
67a9e64
to
4549b32
Compare
Rebased to current master and dependencies. |
4549b32
to
6a66762
Compare
Rebased to current dependencies and master. |
ifneq (,$(filter nhdp,$(USEMODULE))) | ||
USEMODULE += conn_udp | ||
USEMODULE += vtimer | ||
USEMODULE += oonf_common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need, you state below that oonf_rfc5444
depends on it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6a66762
to
00746c5
Compare
Fixed the merge conflict error, so that @haukepetersen is happy with the state of this PR :-) |
looks better. Will give a second look once the dependency is merged and its rebased... |
00746c5
to
d6605c4
Compare
Rebased to current master and #2772. |
d6605c4
to
dbd1f89
Compare
Rebased to current #2772 |
dbd1f89
to
8b2e4d5
Compare
Rebased to current master |
(not waiting on another PR anymore) |
ACK and go. |
socket_base: remove deprecated header files
Yay, last PR (for now) for RC merged. |
Removes (hopefully) all very last remnants of the old network stack
Depends on
#3646(merged),#3876(merged),#3878(merged) and#3882(merged).