Yea, ipkg has been broken in dd-wrt for a while.I got a script that you will love. Add this to the beginning of your startup scripts.
Use the semi-colon to separate the scripts.Code:mount --bind /mmc/jffs /jffs ; next script ; next script ; yadda yadda
This is how I have a 2Gb jffs partition.![]()



however imagine my dismay when I found out the whole router is a read only file system except /jffs which is to small to do anything and /mmc where my sdcard is mouted. This means I have to run a start up script every time the router boots adding /mmc and all sub directories to the path and also the library paths have to be made. To date this is what I have going
I got a script that you will love. Add this to the beginning of your startup scripts.

