No no lol your missing the point
crosstools package totally not exits from the packages
goto the link provided as in my post and browse through the packages it is not there
the second error is because it can not find the needed crosstools
hence it error out
http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/ try to find the crosstools
No no no-- because you can't run "ipkg update" without ipkg-- and from the message you sent:
That means you got "ipkg" already. There's nothing there in "/opt/lib/ipkg/lists/cross", but there is something in "/opt/lib/ipkg/lists" which is the cross file (that contains packages that you can download).
EDIT: ah-- I see what you mean on the error. Ignore this:Cannot find package crosstool-native.
Check the spelling or perhaps run 'ipkg update'
ERROR: The following packages conflict with wget-ssl:
wget
and do this:
cd /volume1/@tmp
ipkg install -verbose_wget libidn
it will show you something like this (example for sysfsutils):
DiskStation> ipkg install -verbose_wget sysfsutils
Installing sysfsutils (2.1.0-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/sysfsutils_2.1.0-1_arm.ipk
take note of the url and do
wget
do the same thing for wget-ssl:
ipkg install -verbose_wget wget-ssl
wget
then do
ipkg install filename1
ipkg install filename2
where filename1 and filename2 is the name of the .ipk file of libidn and wget-ssl. I'll put this in the guide above.