What's new

Install Entware into /jffs

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

user2k10

Occasional Visitor
Is it possible to install Entware into /jffs rather than an external USB drive or maybe it is too big >32 MB?

Thanks
 
Entware is larger than 70megs with nano and transmission installed.
 
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;
Code:
cd /opt
wget -O - http://entware.wl500g.info/binaries/entware/installer/entware_install.sh | sh
A base install is only a few MB. I have 27 packages installed so far;
/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
 
Last edited:
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;
Code:
cd /opt
wget -O - http://entware.wl500g.info/binaries/entware/installer/entware_install.sh | sh
A base install is only a few MB. I have 27 packages installed so far;
/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

Thank you!
 
I'd like to try this, but how safe is such a setup for flash memory?

/opt/tmp and /opt/var will now point to jffs; won't that wear our the flash memory?
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top