# HG changeset patch # User idunham@lavabit.com # Date 1367042231 18000 # Node ID ac9991f66d0d549d83931a6dea60ccf628c0f75f # Parent aca8323e269036b9ca7ed940671e7e78d3798e47 Add firmware field to modinfo output. diff -r aca8323e2690 -r ac9991f66d0d toys/other/modinfo.c --- a/toys/other/modinfo.c Fri Apr 26 02:41:05 2013 -0500 +++ b/toys/other/modinfo.c Sat Apr 27 00:57:11 2013 -0500 @@ -19,8 +19,8 @@ ) 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)