Opkg is an epic imbecile among package managers. I think it&#39;s complaining because the package file you&#39;re installing has a different MD5 hash than the one in the repos (no kidding?). I don&#39;t think there&#39;s a force override for this, you just have to install it manually.<br>

<br>Run:<br>ar x file.ipk<br>and then you need to extract data.tar.gz to /<br><br>The downside to this is that opkg has no idea that you installed it, and therefore can&#39;t update it or remove it.<br>