https://github.com/squishy123/piratebox-imagebuilder
A customizable image generator for making piratebox images
https://github.com/squishy123/piratebox-imagebuilder
bash lede makefile piratebox wifi
Last synced: 10 months ago
JSON representation
A customizable image generator for making piratebox images
- Host: GitHub
- URL: https://github.com/squishy123/piratebox-imagebuilder
- Owner: Squishy123
- License: gpl-3.0
- Created: 2017-09-06T01:38:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T12:28:54.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T08:11:35.864Z (over 1 year ago)
- Topics: bash, lede, makefile, piratebox, wifi
- Language: Makefile
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PIRATEBOX IMAGEBUILDER
## Author: Christian Wang
A customizable image generator for making piratebox images.
## REPOSITORY
The following repositories are used when setting up the environment:
https://github.com/PirateBox-Dev/openwrt-image-build/tree/LEDE_adjustments - MAKEFILE AND PROFILES(Slightly modified)
https://github.com/PirateBox-Dev/openwrt-piratebox-feed - Piratebox Feeds
https://git.lede-project.org/source.git - LEDE source
### INSTRUCTIONS
Execute script ./install-lede-dev-env.sh.
Execute script ./image-generator.sh to start the image-generation process
### COMPATIBLE SYSTEMS
All LEDE-supported piratebox devices using the AR71xx architecture
Added Support For Snapshot builds including:
TL-WR902AC
### IMAGE BUILDING AND INSTALLATION
#### Example Build Generation
To make a piratebox image for TL-902AC router execute the commands :
cd lede
make imagebuilder
make WR902AC
Download the [piratebox.zip](http://development.piratebox.de/target_piratebox_ar71xx-generic/install_piratebox.zip) and extract it into your USB
Plug the USB into the router and go to the router's config panel (usually can be found at http://tplinkwifi.net)
Go to the advanced settings, firmware upgrade. Upload the factory image found in the lede/target__ar71xx directory. Wait for the install, should take around 20-30 mins.