summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xhost/rootfs/scripts/modprobe/gen_modalias.sh.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/rootfs/scripts/modprobe/gen_modalias.sh.awk b/host/rootfs/scripts/modprobe/gen_modalias.sh.awk
index 65852c1..8a758f5 100755
--- a/host/rootfs/scripts/modprobe/gen_modalias.sh.awk
+++ b/host/rootfs/scripts/modprobe/gen_modalias.sh.awk
@@ -36,6 +36,7 @@ BEGIN {
 
 		remap[driver] = command
 	}
+	close(modmap)
 
 	print "#!/bin/sh -x"
 	# Break this up to avoid confusing reuse lint.