You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
739 B
Markdown

# Rest Button Rough Draft
It is time for a reset button.
## What this does
Modifies the default Openwrt reset button script located at /etc/rc.button/reset/reset so when you want to hit undo the script will extract /etc/resetbutton.tar.gz and write over current files.
## What files are in the tar
The files are from the matching routers github repo to bring the box to default settings. rc.local has been modified to start with stage2 instead of stage1.
## To do:
- Bake in default backup tar in each router build's /etc folder and include new script.
- Add new update track for each router so backup files can be updated from the repo
- Mash some reset buttons.
## License
[MIT](https://choosealicense.com/licenses/mit/)