mirror of
https://git.busybox.net/busybox
synced 2026-01-26 16:17:50 +00:00
IOW: if name doesn't end with .ko, assume it's .gz/.xz or similar, and ask kernel to uncompress it. If finit_module(MODULE_INIT_COMPRESSED_FILE) fails, retry with finit_module(0). function old new delta bb_init_module 151 197 +46 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
|---|---|---|
| .. | ||
| Config.src | ||
| depmod.c | ||
| depmod_process.sh | ||
| insmod.c | ||
| Kbuild.src | ||
| lsmod.c | ||
| modinfo.c | ||
| modprobe-small.c | ||
| modprobe.c | ||
| modutils-24.c | ||
| modutils.c | ||
| modutils.h | ||
| rmmod.c | ||