[BusyBox] insmod module parameter passing broken

Bohman, Mikael Mikael.Bohman at danahermotion.se
Tue Jul 6 18:51:38 UTC 2004


Hi all
It looks like cleaning out insmod support for old kernels cleaned out an ! too much.

>From modutils/insmod.c:

        if (optind < argc) {
-               if (new_process_module_arguments(f, argc - optind, argv + optind))
+               if (!new_process_module_arguments(f, argc - optind, argv + optind))
                {
                        goto out;
                }
        }

/Micke



More information about the busybox mailing list