[rtems-libbsd commit] netshell01: Link against ping command

Joel Sherrill joel at rtems.org
Fri Sep 7 17:46:52 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    db068df3c40419b8d2588235055ec4bffbd5f114
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=db068df3c40419b8d2588235055ec4bffbd5f114

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Fri Sep  7 12:49:40 2012 -0500

netshell01: Link against ping command

---

 testsuite/netshell01/shellconfig.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/testsuite/netshell01/shellconfig.c b/testsuite/netshell01/shellconfig.c
index 64e9e12..df3e421 100644
--- a/testsuite/netshell01/shellconfig.c
+++ b/testsuite/netshell01/shellconfig.c
@@ -4,11 +4,13 @@
 
 #include <rtems/shell.h>
 
+#include <rtems/netcmds-config.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
+
+#define CONFIGURE_SHELL_USER_COMMANDS \
+    &rtems_shell_PING_Command
 
 #include <rtems/shellconfig.h>
 




More information about the vc mailing list