ipkg -d user install your_ipk_pkg.ipk
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93738\"][{POST_SNAPBACK}][/a][/div]
This would allow you to install the .ipk anywhere? Even to an SD? Does it work everytime? With other ROMs there are some successes and some failures with trying to install things elsewhere.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93758\"][{POST_SNAPBACK}][/a][/div]
You can edit /etc/ipkg.conf to add the destdir .
But the destdir must BE ext2/3 , jffs2 or other Linux file system .
the "-d user" is install to /home/user
"-d sd " is install to /mnt/card
.....
you can use "fdisk" to partition SD with 2 partions .
/dev/mmca1 & /dev/mmca2
" mkfs.ext3 /dev/mmca2 " to format it to EXT3.
mount it & add it in ipkg.conf .
"dest sd1 /mnt/card1"<---I mount it to there .
install pkg with: "ipkg -d sd1 install xxxx.ipk "
It works fine in my C1000 .
I am sorry my poor English .