Replicant: which bvdd hint are u talking about? I still have problems with the bvdd v3 ipk! which version did you try and got it working?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=77498\"][{POST_SNAPBACK}][/a][/div]
Which v3 ipk? I am using the bvdd file I found on elsix.org, I think, version 0.1.0-1.
So what I did:
Copy the bvdd_0.1.0-1_arm.ipk file to some directory
mv bvdd_0.1.0-1_arm.ipk bvdd_0.1.0-1_arm.tar.gz
tar -xzf bvdd_0.1.0-1_arm.tar.gz
tar -xzf control.tar.gz
jed preinstall and changed the 3000 to 1000 as bil suggested (use vi or any other editor, if you don't have jed)
tar -cf control.tar ./preinstall ./control
gzip control.tar
tar -cf bvdd_0.1.0-1_arm.tar ./control.tar.gz ./data.tar.gz ./debian-binary
gzip bvdd_0.1.0-1_arm.tar
mv bvdd_0.1.0-1_arm.tar.gz bvdd_0.1.0-1_arm.ipk
and then it installed.
(Oh, one more thing: The ./ in front of the filenames are important when doing the tar -cf)