mkdir -p /jffs/asusware
ln -s /jffs/asusware /tmp/opt
cd /opt
wget -O - http://entware.wl500g.info/binaries/entware/installer/entware_install.sh | sh
Yes it is, I'm doing it right now. It's been a while but I think this is the jist of it...
Make a path in /jffs
Code:mkdir -p /jffs/asusware
Symlink /opt to it (place this in /jffs/scripts/services-start too)
Code:ln -s /jffs/asusware /tmp/opt
Then run these;
A base install is only a few MB. I have 27 packages installed so far;Code:cd /opt wget -O - http://entware.wl500g.info/binaries/entware/installer/entware_install.sh | sh
/dev/mtdblock5 32.0M 10.5M 21.5M 33% /jffs
And here's how to install optware to jffs; http://www.smallnetbuilder.com/forums/showthread.php?p=110094
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!