Thank you! It looks promising! When trying to install the optware-devel package there is still a problem with wget; could it be the missing wget-ssl?

Code:
[admin@AP2 root]$ ipkg remove wget-ssl
Removing package wget-ssl from /opt/...
Successfully terminated.
[admin@AP2 root]$ ipkg update
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/Packages
.gz
Inflating http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/Packages.g
z
Updated list of available packages in /opt/lib/ipkg/lists/optware
Successfully terminated.
[admin@AP2 root]$ ipkg install libidn
Installing libidn (1.25-1) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/libidn_1
.25-1_mipsel.ipk
Configuring libidn
Successfully terminated.
[admin@AP2 root]$ ipkg install wget
Installing wget (1.12-2) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/wget_1.1
2-2_mipsel.ipk
Configuring wget
Successfully terminated.
[admin@AP2 root]$ wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stab
le/wget_1.12-2_mipsel.ipk
--2012-07-02 06:56:28--  http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/st
able/wget_1.12-2_mipsel.ipk
Resolving ipkg.nslu2-linux.org... 140.211.169.161
Connecting to ipkg.nslu2-linux.org|140.211.169.161|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 186020 (182K) [text/plain]
Saving to: `wget_1.12-2_mipsel.ipk'

100%[======================================>] 186,020     73.1K/s   in 2.5s

2012-07-02 06:56:31 (73.1 KB/s) - `wget_1.12-2_mipsel.ipk' saved [186020/186020]

[admin@AP2 root]$ ipkg install wget_1.12-2_mipsel.ipk
Installing wget (1.12-2) to /opt/...
Configuring wget
Successfully terminated.
[admin@AP2 root]$ ipkg install buildroot optware-devel unzip
Package buildroot (4.1.1-13) installed in /opt/ is up to date.
Installing optware-devel (6.8-10) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/optware-
devel_6.8-10_mipsel.ipk
Installing wget-ssl (1.12-2) to /opt/...
Package unzip (6.0-2) installed in /opt/ is up to date.
Nothing to be done
Successfully terminated.
Collected errors:
ERROR: The following packages conflict with wget-ssl:
         wget
[admin@AP2 root]$