DHCPCD(8): Add basic support

This commit is contained in:
Sebastian Huber
2013-12-12 09:11:00 +01:00
parent ec37843a84
commit 917a78b209
8 changed files with 329 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
extern rtems_shell_cmd_t rtems_shell_ROUTE_Command;
extern rtems_shell_cmd_t rtems_shell_NETSTAT_Command;
extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
// #endif
#endif