From b4a86ac3ab6a248b5345557a4c9f1efba7695246 Mon Sep 17 00:00:00 2001 From: idunham Date: Sat, 27 Apr 2013 00:57:11 -0500 Subject: Add firmware field to modinfo output. --- toys/other/modinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/other') 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) -- cgit v1.2.3