[riot-notifications] [RIOT-OS/RIOT] examples/gnrc_border_route: simplify ZEP setup on native (#14755)
Martine Lenders
notifications at github.com
Wed Nov 11 12:34:50 CET 2020
@miri64 commented on this pull request.
> + ifeq (,$(filter socket_zep,$(USEMODULE)))
+ USEMODULE += netdev_tap
+ endif
As far as I can see, this just makes things more complicated: Instead of having to include only `netdev_default` + `socket_zep`, we now need to include `netdev_default` (since we do that in the network applications for all boards) `netdev_tap` and `socket_zep`, for all applications that use networking with `native`. I prefer to keep this as is and thus not requiring no changes to the makefiles
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/14755#pullrequestreview-528092803
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201111/a72a59d9/attachment.htm>
More information about the notifications
mailing list