Merci djikstra, ça marche nickel. Pour ma part j'ai du faire quelques manip' supplémentaires car wget-ssl avait un conflit avec wget :
DiskStation> ipkg install wget-ssl_1.12-2_arm.ipk
Installing wget-ssl (1.12-2) to root...
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: The following packages conflict with wget-ssl:
wget
DiskStation> ipkg remove wget
Removing package wget from root...
Successfully terminated.
Pour installer wget-ssl, j'ai du aussi installer openssl
DiskStation> ipkg install openssl_0.9.8v-2_arm.ipk
Installing openssl (0.9.8v-2) to root...
Configuring openssl
Successfully terminated.
DiskStation> ipkg install wget-ssl_1.12-2_arm.ipk
Installing wget-ssl (1.12-2) to root...
Configuring wget-ssl
Successfully terminated.
Ensuite ipkg fonctionne comme un charme!