Hello
Currently, I use opkg-cl to download and install packages from an ipkg
repository, ie. packages were built with ipkg instead of opkg.
Last night, I tried to install ntp, and although it seems to have
installed OK and ntp runs OK, I got this error:
===========
> ./opkg-cl install ntp
Installing ntp (4.1.1-1) to root...
Downloading
http://repo.acme.com/ipkg/./ntp_4.1.1-1_bfin.ipk.
Configuring ntp.
Collected errors:
* pkg_run_script: package "ntp" postinst script returned status 255.
* opkg_configure: ntp.postinst returned 255.
===========
I didn't find information on what error 255 mean.
Thank you.