From a2168e74516c41a6c6f0a22f9bffce4578c9c546 Mon Sep 17 00:00:00 2001 From: Isaac Dunham Date: Wed, 10 Jul 2013 21:26:49 -0500 Subject: add paramtype in to the list of tags --- toys/other/modinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toys/other/modinfo.c') diff --git a/toys/other/modinfo.c b/toys/other/modinfo.c index 33140370..ef457aea 100644 --- a/toys/other/modinfo.c +++ b/toys/other/modinfo.c @@ -37,7 +37,8 @@ static void modinfo_file(char *full_name) int fd, len, i; char *buf = 0, *pos, *modinfo_tags[] = { "alias", "license", "description", "author", "firmware", - "vermagic", "srcversion", "intree", "parm", "depends", + "vermagic", "srcversion", "intree", "depends", "parm", + "parmtype", }; if (-1 != (fd = open(full_name, O_RDONLY))) { -- cgit v1.2.3