summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.c3
-rw-r--r--src/config/general.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 13fa7db43..6d19370ab 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -272,6 +272,9 @@ REQUIRE_OBJECT ( param_cmd );
#ifdef NEIGHBOUR_CMD
REQUIRE_OBJECT ( neighbour_cmd );
#endif
+#ifdef PING_CMD
+REQUIRE_OBJECT ( ping_cmd );
+#endif
/*
* Drag in miscellaneous objects
diff --git a/src/config/general.h b/src/config/general.h
index 00a327f29..2af521e2f 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -133,6 +133,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define PCI_CMD /* PCI commands */
//#define PARAM_CMD /* Form parameter commands */
//#define NEIGHBOUR_CMD /* Neighbour management commands */
+//#define PING_CMD /* Ping command */
/*
* ROM-specific options