On 8/27/2016 2:18 AM, Cristian Ionescu-Idbohrn wrote:
On Sat, 27 Aug 2016, Denys Vlasenko wrote:
config BUSYBOX
         bool "Include busybox applet"
         default y
         help
           The busybox applet provides general help regarding busybox and
           allows the included applets to be listed.  It's also required
           if applet links are to be installed at runtime.

           If you can live without these features disabling this will save
           some space.
And this is also expected:

        $ ./busybox
        busybox: applet not found

when executed immediately after build?  And this too?

        $ ./busybox --help
        -help: applet not found

        $ ./busybox --list
        -list: applet not found


Yes, adding or removing those behaviors is precisely the purpose of the CONFIG_BUSYBOX setting.

Maybe you should explain your situation and what you expected? because a person reading your subject line would assume you are trying to say "I compiled busybox without the CONFIG_BUSYBOX flag, and now I'm surprised that it did what it said it would do"...
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to