rc.conf: Add the net directives by default.

This commit is contained in:
Chris Johns 2016-05-18 19:03:39 +10:00
parent 84665b5cef
commit d8e6b4c170

View File

@ -41,6 +41,12 @@
#include <rtems/chain.h>
#include <machine/rtems-bsd-rc-conf.h>
#include <machine/rtems-bsd-rc-conf-directives.h>
/*
* By default the networking directives are available.
*/
RTEMS_BSD_RC_CONF_SYSINT(rc_conf_net);
/*
* Max line length.