summaryrefslogtreecommitdiffstats
path: root/commands/poweroff.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/poweroff.c')
-rw-r--r--commands/poweroff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/poweroff.c b/commands/poweroff.c
index ebb146c62d..be749ffb83 100644
--- a/commands/poweroff.c
+++ b/commands/poweroff.c
@@ -34,4 +34,5 @@ static int cmd_poweroff(int argc, char *argv[])
BAREBOX_CMD_START(poweroff)
.cmd = cmd_poweroff,
.usage = "Perform POWER OFF of the board",
+ BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
BAREBOX_CMD_END