mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-05 10:14:23 +08:00

The old network configuration using a data structure does not support IPV6 and does not support all of the network settings that the FreeBSD command line utilities do. Transition to using the network utilities like ifconfig, route, etc. to initialize the NIC configuration.
16 lines
270 B
C
16 lines
270 B
C
/*
|
|
* Shell Configuration
|
|
*/
|
|
|
|
#include <rtems/shell.h>
|
|
|
|
#define CONFIGURE_SHELL_COMMANDS_INIT
|
|
#define CONFIGURE_SHELL_COMMANDS_ALL
|
|
#define CONFIGURE_SHELL_MOUNT_MSDOS
|
|
#define CONFIGURE_SHELL_MOUNT_RFS
|
|
#define CONFIGURE_SHELL_DEBUGRFS
|
|
|
|
#include <rtems/shellconfig.h>
|
|
|
|
|