Update 'README.md'
parent
edb63e42e6
commit
8ead5a6f27
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
# 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/)
|
||||||
|
|
Loading…
Reference in New Issue