| Summary: | modprobe does not handle built-in modules | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Michael Tokarev <mjt+busybox> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | modprobe-read-modules-builtin.patch | ||
|
Description
Michael Tokarev
2012-06-02 15:27:10 UTC
Created attachment 4490 [details]
modprobe-read-modules-builtin.patch
This patch from Ben Hutchings fixes the problem. It only covers module loading, not unloading -- during unload, it will fail the same way as before. I'm not sure it is worth to fix this however.
Applied, thanks |