@domic: Not sure if this will work in your situation, but I had an issue running amtm in the past so I had to reinstall it manually via:
Code:
curl -Os https://raw.githubusercontent.com/decoderman/amtm/master/amtm && chmod +x amtm && sh amtm
Hopefully amtm gets installed successfully. If yes, Install entware by running
amtm > i > ep then follow the on-screen instructions to finish installing entware.
Edit: Just found another way of installing entware without amtm
BUT I strongly advise try the previous option first.
If your router still Asus RT-AX86U, probably you'll need (
Entware (aarch64))
To confirm it is aarch64, ssh to your router and type the following:
You should see the following:
Once confirmed it is aarch64, run the following:
Code:
curl -Os https://bin.entware.net/aarch64-k3.10/installer/generic.sh && chmod +x generic.sh && sh generic.sh
I believe
entware aarch64-k3.10 is the one used by default in amtm for aarch64.
Code snippet from amtm source code: