Other OpenZaurus tip

If you use:

# ipgk install local_package_file_name
or
# ipkg install /full_path_to_local_package/local_package_file_name
it's not gonna work.

You must cd to the directory with the packgage and use:

# ipkg install ./*local_package_file_name*
and this will install the local package.


.