/sudowrt-flash

Script to flash routers for the people's open network https://peoplesopen.net/ using sudowrt https://github.com/sudomesh/sudowrt. Learn more at:

Primary LanguageShell

sudowrt-flash

This repository contains a script for flashing routers with the sudowrt firmware:

  • flash_router.sh: Flashes your router with sudoWRT, based on OpenWRT

We plan to run this script on our build server in order to flash routers efficiently. I is also an expedient way for developers to get started quickly, over the manual process documented on our wiki

Assumptions

The script makes the following assumptions:

  • That the computer running the scripts have wget and tftp installed.
  • That your router is a Ubiquiti Picostation 2.
  • (Yes. We agree that this last one sucks. Please feel free to improve thise script.)

Usage

  1. Run the flash_router script as root: sudo ./flash_router.sh

The script will guide you through the entire process.

Happy Hacking!