|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000304 |
[BusyBox] Kernel Module Support |
minor |
always |
06-21-05 10:20 |
12-14-05 20:01 |
|
|
Reporter |
phikiert |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
1.00 |
|
|
Summary |
0000304: sometimes rmmod is unable to remove modules |
|
Description |
when busybox is configured with both CONFIG_FEATURE_2_4_MODULES and CONFIG_FEATURE_2_6_MODULES rmmod is unable to remove modules with '-' in the name (e.g. 'ide-cs') when working on 2.4 kernels. |
|
Additional Information |
CONFIG_FEATURE_2_6_MODULES enables code that changes all '-' to '_' in module name when doing rmmod: http://busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/modutils/rmmod.c?rev=8974&r1=8939&r2=8974 [^]
remove this code to get it working on 2.4 (and probably stop on 2.6) |
|
|
Attached Files |
rmmod.patch [^] (634 bytes) 07-29-05 06:17 |
|
|