标签:
busybox rmmod error
rmmod: chdir(2.6.25): No such file or directory
1. install your modules in dir /lib/modules/(kernel version)/
then rmmod will works well.
2. in the busybox source file
modutils/modprobe-small.c
if (‘i‘ != applet0) { /* not insmod */
/* Goto $VERSION directory */
xchdir(uts.release);
}
busybox rmmod error — rmmod: chdir(2.6.25): No such file or directory
标签:
原文地址:http://www.cnblogs.com/subo_peng/p/4756678.html