From 8ead5a6f2793d1e576fbde6b6b24ab8ba36cf262 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 23 Sep 2023 12:23:23 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index e69de29..41afaa5 100644 --- a/README.md +++ b/README.md @@ -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/) +