summaryrefslogtreecommitdiffstats
path: root/commands/miitool.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/miitool.c')
-rw-r--r--commands/miitool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/miitool.c b/commands/miitool.c
index 1e5d4eb66d..a382e674a0 100644
--- a/commands/miitool.c
+++ b/commands/miitool.c
@@ -298,5 +298,6 @@ adapters use an MII to autonegotiate link speed and duplex setting.
BAREBOX_CMD_START(miitool)
.cmd = do_miitool,
.usage = "view media-independent interface status",
+ BAREBOX_CMD_GROUP(CMD_GRP_NET)
BAREBOX_CMD_HELP(cmd_miitool_help)
BAREBOX_CMD_END