All I have setup my ipkg.conf to install packages to my mounted usb stick, this works fine for all packages until now except for the perl package http://downloads.openwrt.org/kamikaze/8 … mipsel.ipk
When I do :
root@OpenWrt:/mnt/usbstick# opkg -d usb install perl_5.10.0-1_mipsel.ipk
Multiple packages (perl and perl) providing same name marked HOLD or PREFER.  Using latest.
Installing perl (5.10.0-1) to usb...
Collected errors:
* Only have 1016 available blocks on filesystem /mnt/usbstick/, pkg perl needs 1302

It complains about disk space but there is plenty of space on my mounted disk.
Any idea ?