summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/route_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/route_cmd.c')
-rw-r--r--src/hci/commands/route_cmd.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/hci/commands/route_cmd.c b/src/hci/commands/route_cmd.c
index 8aa535363..ff841ec15 100644
--- a/src/hci/commands/route_cmd.c
+++ b/src/hci/commands/route_cmd.c
@@ -22,6 +22,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
#include <stdio.h>
#include <getopt.h>
@@ -66,9 +67,4 @@ static int route_exec ( int argc, char **argv ) {
}
/** Routing table management commands */
-struct command route_commands[] __command = {
- {
- .name = "route",
- .exec = route_exec,
- },
-};
+COMMAND ( route, route_exec );