i have recently had to reinstall & reconfigure my wl-hdd, i've started with a new HDD and i have been following the usual instructions here http://wlhdd.co.uk/wiki/Ipkg using oleg 1.9.2.7-9

the problem i am having is that the nslu2 "unslung" packages seem to have gone missing http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/ the page returns a 404 error.

if i simply point ipkg at an alternative site (where ipkg was initially installed from) http://ipkg.nslu2-linux.org/feeds/op.../cross/stable/ everything seems to work fine but installed packages are unusable.

below is the first example

Code:
[admin@wl-hdd root]$ ipkg update
Downloading http://wl500g.dyndns.org/ipkg/Packages
Updated list of available packages in /opt/lib/ipkg/lists/wl500g
Downloading http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/Packages
wget: server returned error 404: HTTP/1.1 404 Not Found
An error ocurred, return value: 1.
Collected errors:
ipkg_download: ERROR: Command failed with return value 1: `wget --passive-ftp    -q -P /tmp/ipkg-9ClgHX http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/Packages'
here is the example with the new ipkg directory


Code:
[admin@wl-hdd etc]$ ipkg update
Downloading http://wl500g.dyndns.org/ipkg/Packages
Updated list of available packages in /opt/lib/ipkg/lists/wl500g
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/Packages
Updated list of available packages in /opt/lib/ipkg/lists/oleg
Successfully terminated.
[admin@wl-hdd etc]$ ipkg install nano
Installing nano (2.2.6-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/nano_2.2.6-1_mipsel.ipk
Installing ncurses (5.7-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ncurses_5.7-1_mipsel.ipk
Configuring nano
Configuring ncurses
update-alternatives: Linking //opt/bin/clear to /opt/bin/ncurses-clear
Successfully terminated.
[admin@wl-hdd etc]$ nano
-sh: nano: not found
any help would be great!