busybox 编译配置

本文出自朱老师物联网大讲堂

Busybox Settings--->
    Build Options--->
        [*]Build BusyBox as a static binary(no shared libs)

        
    Busybox Library Tuning--->
        [*]vi-style line editing commands
        [*]Fancy shell prompts
    
    
Linux Module Utilities--->
    [ ]Simplified modutils
    [*]insmod
    [*]rmmod
    [*]lsmod
    [*]modprobe
    [*]depmod

    
Linux System Utilities--->[*]mdev
    [*]Support /etc/mdev.conf
    [*]Support subdirs/symlinks
    [*]Support regular expressions substitutions when renaming dev
    [*]Support command execution at device addition/removal
    [*]Support loading of firmwares

你可能感兴趣的:(busybox 编译配置)