diff -r bc7aa2d123b9 toys/other/modinfo.c
--- a/toys/other/modinfo.c	Thu Apr 25 00:19:51 2013 -0500
+++ b/toys/other/modinfo.c	Thu Apr 25 16:58:53 2013 -0700
@@ -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)
