Signed-off-by: Felipe Contreras <[email protected]>
---
 modutils/modprobe-small.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c
index f5b283b..2b1b6c5 100644
--- a/modutils/modprobe-small.c
+++ b/modutils/modprobe-small.c
@@ -805,7 +805,7 @@ int modprobe_main(int argc UNUSED_PARAM, char **argv)
        opt_complementary = "-1";
        /* only -q (quiet) and -r (rmmod),
         * the rest are accepted and ignored (compat) */
-       getopt32(argv, "qrfsvw");
+       getopt32(argv, "bqrfsvw");
        argv += optind;
 
        /* are we rmmod? -> simulate modprobe -r */
-- 
1.7.8.3

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

Reply via email to