On Fri, Jan 16, 2015 at 1:53 PM, Natanael Copa <[email protected]> wrote:
> This fixes a regression introduced with commit 78854520 (modprobe:
> revert checking for /, stop doing basename() on modprobe args,
> 2015-01-01) that broke modprobe options stored in /etc/modprobe.conf and
> /etc/modprobe.d/*.conf.
>
> This also fixes modprobe -r
>
> Signed-off-by: Natanael Copa <[email protected]>
> ---
>
> Testcase:
>
>   echo "options dummy numdummies=2" > /etc/modprobe.d/dummy.conf
>   modprobe dummy
>
> It should generate 2 dummy interfaces, dummy0 and dummy1.
>
>   modprobe -r dummy
>
> Should remove the dummy interfaces and unload the kernel module.

Applied, thanks!
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to