Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Install on DD WRT

Alexander Ryzhov edited this page Dec 14, 2015 · 3 revisions

Set up USB support from WebUI

Go to Services > USB WebUI page and enable following options:

[x] Core USB Support
[x] USB 2.0 Support
[x] USB Storage Support
[x] Automatic Drive Mount

Choose /opt in Disk mount point drop down list and click Save button.

Prepare USB drive

After you save and apply settings the disk will now show up in the OS. At this point we can partition the USB drive with fdisk. Make ext2/ext partition by following How to - Format and Partition External Storage Device manual.

Deploy Entware-ng

Attach USB storage, Open telnet/ssh console and type following command.

  • On ARM devices:
wget -O - http://pkg.entware.net/binaries/armv7/installer/entware_install.sh | sh
  • On MIPS devices:
wget -O - http://pkg.entware.net/binaries/mipsel/installer/installer.sh | sh