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

Need assistance with compiling wpa for RT-86U #2

Open
tgenius opened this issue Aug 16, 2019 · 5 comments
Open

Need assistance with compiling wpa for RT-86U #2

tgenius opened this issue Aug 16, 2019 · 5 comments

Comments

@tgenius
Copy link

tgenius commented Aug 16, 2019

Good Afternoon!

I'm trying to follow your instructions but as I have an RT-86U, which is based on armv7 3.2 or aarch64 3.1, the compiled wpa files are not compatible. Can you please show me how to do the compilation, as I can't figure it out :(

@dubbz82
Copy link

dubbz82 commented Sep 23, 2020

https://www.dslreports.com/forum/r32426308-AT-T-Fiber-Using-Asuswrt-Merlin-to-bypass-RG There are some precompiled builds for arm7 3.2 within this thread. I was able to get this up and running on an AX58U using the arm 7 3.2 files and making sure to adjust the port accordingly with the wpa_supplicant launching script (on that router, eth4 is the WAN port, not sure about the 86U)

@Nifury
Copy link

Nifury commented Sep 25, 2022

I managed to compile the required packages for aarch64-k3.10.
packages.zip

Notes:
Use menuconfig to enable wpa-supplicant
Update libubus.so path in package/system/ubus/Makefile
make package/network/services/hostapd/compile

@mohamed-saleem-sm
Copy link

@Nifury - Your files were very helpful and helped me to use it on an aarch64 based Asus GT-AXE11000 router. Could you please help me understand from where you got the source files, how to do cross-compiling of the packages for aarch64 platform on a x86-64 Ubuntu machine so that I can compile this by myself going forward for the latest versions? I have to compile wpa-cli as well.

@Nifury
Copy link

Nifury commented Feb 12, 2023

@mohamed-saleem-sm Glad it helped! So I basically followed this guide: https://github.com/Entware/Entware/wiki/Compile-packages-from-sources. The provided scripts can cross-compile for aarch64.

Sorry I don't remember much more details. It was a one-time effort so I didn't keep all the commands.

@mohamed-saleem-sm
Copy link

I was able to compile the packages for aarch64, your instructions and the webpage helped! Thank you, @Nifury !

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

No branches or pull requests

4 participants