Busybox Settings -> Build Options -> Build Busybox as a static binary (no shared libs)
Busybox Settings -> Build Options -> Cross Compiler Prefix # arm-linux-gnueabi-
2. 編譯
```shell
$ make -j5 ARCH=arm install
```
留意到回顯
> You will probably need to make your busybox binary
setuid root to ensure all configured applets will
work properly.