mirror of
https://github.com/sheumann/hush.git
synced 2024-11-01 10:06:40 +00:00
cd8c436d81
-- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets
14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
1) Run 'make config' or 'make menuconfig' and select the
|
|
functionality that you wish to enable.
|
|
|
|
2) make dep
|
|
|
|
3) Check the Makefile for any Makefile setting you wish
|
|
to adjust for your system (things like like setting
|
|
your cross compiler, adjusting optimizations, etc)
|
|
|
|
4) make
|
|
|
|
5) Run 'make install' or 'make PREFIX=/target install' to
|
|
install busybox and all the needed links.
|