changeset 884:ac9991f66d0d

Add firmware field to modinfo output.
author idunham@lavabit.com
date Sat, 27 Apr 2013 00:57:11 -0500
parents aca8323e2690
children beb32d780164
files toys/other/modinfo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)