Кросс-компиляция

Ежли ты желаешь использовать программу, которой в настоящий момент нет в репозитарии OpenWrt, тебе совершенно необязательно ударяться в поиски нужного бинаря для твоего проца. Если прога опенсорсная, тебе всего-то достаточно скачать исходники и собрать прогу в билдруте.

Имей в виду, что далеко не все исходники можно собрать под твой проц, а производительность встроенных систем весьма ниже того, что ты имеешь на своем пентиуме.

Procedure

When compilation is finished, copy the resulting binary and related libraries to the target device to test it. It might be necessary to set LD_LIBRARY_PATH on the target to point the binary to libraries in non-standard locations.

If the program works well enough, you maybe want to build a real package for the opkg package manager and make it easily accessible for everyone out there. See Creating your own packages and Using Dependencies for further information on that.