diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/modinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/other/modinfo.c b/toys/other/modinfo.c index 66cd09fe..da510a1d 100644 --- a/toys/other/modinfo.c +++ b/toys/other/modinfo.c @@ -19,8 +19,8 @@ GLOBALS( ) static char *modinfo_tags[] = { - "alias", "license", "description", "author", "vermagic", - "srcversion", "intree", "parm", "depends", + "alias", "license", "description", "author", "firmware", + "vermagic", "srcversion", "intree", "parm", "depends", }; static void output_field(char *field, char *value) |