Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Gnoutcheff 0c3ce0d7b4 Busybox: disable CONFIG_MODPROBE_SMALL
Enabling MODPROBE_SMALL causes busybox to supply a version of the kernel
module handling utilities (modprobe, etc.) that rely on a special module
dependency index (modules.dep.bb) instead of the traditional indexes
(modules.dep, etc.) used and generated by module-init-tools.  Buildroot
only supports the traditional indexes.

When modules.dep.bb is missing, busybox will attempt to load a module
before checking for dependencies, resulting in a flood of "unknown
symbol" errors in dmesg when dependencies are missing.  Things actually
still work (as busybox tries again after resolving dependencies), but
the messages are ugly.

Avoid the whole mess by disabling MODPROBE_SMALL, which is what
buildroot expects anyway.
2015-04-02 21:16:33 -04:00
Daniel Gnoutcheff e9f440c0af Regenerate busybox config
The busyboxconfig file we supplied earlier was for a version of busybox
older than that used by buildroot v2013.02.  The new busybox version
describes the same configuration with a slightly different file; that
file is given to us with 'make busybox-update-config'.
2015-04-02 21:16:33 -04:00
NIN101 300b49d0cf Added rest 2013-03-23 22:22:34 +01:00