On Wed, Jan 7, 2015 at 1:45 PM, Natanael Copa <[email protected]> wrote: > On Thu, 1 Jan 2015 19:01:52 +0100 > Denys Vlasenko <[email protected]> wrote: >> I looked at it and I think maybe the whole "remove basenamy" thingy is >> an error, a leftover from needing to support "rmmod dir/name", >> which now has its own basename stripping. >> >> Please try this: >> >> http://busybox.net/downloads/fixes-1.23.0/busybox-1.23.0-modprobe.patch >> >> and let me know whether it works for you. > > Sorry for late response. Seems like the last hunk in that patch breaks > depmod completely.
I added bb_get_last_path_component_nostrip() in depmod.c this should fix depmod breakage. Please try updated patch: http://busybox.net/downloads/fixes-1.23.0/busybox-1.23.0-modprobe.patch _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
