Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Last active November 8, 2023 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreamcat4/dd46514ef61294e5fc0e512e90e83ea2 to your computer and use it in GitHub Desktop.
Save dreamcat4/dd46514ef61294e5fc0e512e90e83ea2 to your computer and use it in GitHub Desktop.

New version: use JFFS for entware (instead of USB previously)

Source: https://www.linksysinfo.org/index.php?threads/how-do-did-you-set-up-entware.76744/page-2#post-329490

  1. Log into router and enable jffs
  2. Go to scripts page and add following to init script
mount -o bind / /jffs/root
mount -o bind /jffs/entware /opt
/opt/etc/init.d/rc.unslung start
  1. Enter following into shutdown script
/opt/etc/init.d/rc.unslung stop
umount /opt

Don't forget to click save!

  1. Ssh into router and issue 2 commands
mkdir -p /jffs/entware
mount -o bind /jffs/entware /opt
  1. run following script for ARM router
wget -O- http://bin.entware.net/armv7sf-k2.6/installer/generic.sh | sh
  1. reboot router by issuing command "reboot" after entware is done setting everything up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment