commit | 14d354312a9d49a8b410516c20be57159af217a5 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon May 14 17:07:32 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon May 14 17:07:32 2001 +0000 |
tree | 9dabe9c71ebbdb67f1c56fb97b780a5a823d132f | |
parent | cb378a52672d65885c96d6d4b7ed73deac0b967a [diff] |
Per suggestion from Vladimir, eliminate check_wildcard_match(), which was only being used by insmod these days. Also, I spent a minute adjusting insmod so that it first searches /lib/modules/`uname -r` and then (if that fails) searches /lib/modules, which makes bb insmod behave much more like the real insmod, and should avoid nasty surprises (such as the recent "Modutils vs. Busybox..." thread). -Erik