| ipkg | The ipkg shell script. Save to /usr/bin |
| ipkg.conf | The ipkg configuration file. Save to /etc |
| update-alternatives | Similar functionallity to debian's update-alternatives. Allows you to select which version of a file to use if it is provided by multiple packages (eg which 'java' to use if you have both sun-java and gcj installed). Save to /usr/bin. |
| wget | GNU Wget. Used to replace the Busybox version which is incompatible with the ipkg scripts. Save this to /usr/bin, rename to wget as a temporary measure but then use the (now working) ipkg to grab the wget package to supply support files. |
| ipkg.py | The python library script for working with ipkg files. This updated version (relative to the one on the ipkg website) provides support for newer versions of tar. |