Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple bash script #183

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Simple bash script #183

wants to merge 5 commits into from

Conversation

stokito
Copy link

@stokito stokito commented Dec 10, 2023

The OpenWRTInvasion depends on Python which may be a problem for users on Windows.
Also it's many things are happening in the script which are not necessary.
I don't need to get a Telnet/SSH server on the router I just want to flush an OpenWrt on it.
So here is my version of a simple script: it will download OpenWrt images, prepare the payload.tar.gz, then it will ask for an URL of the router admin panel and will just POST the payload.
It's easier to understand and modify for most users. I didn't get how to install the OpenWrt by just reading the README and had to learn and modify it.

The bash and curl can be easier to install on Windows because they are installed with Git. Many users already have it.

Later we can port the script to PowerShell or .bat or bat to simplify life for users.
UPD Just found that someone already tried a Windows only installer:
https://openwrt.org/inbox/toh/xiaomi/xiaomi_mi_router_4a_gigabit_edition#microsoft_windows_installation_instructions_for_r4a_gigabit

I'll check it later but still my script looks valuable.

@stokito
Copy link
Author

stokito commented Mar 10, 2024

hi, could you check the PR? This should simplify installation from Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant