-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
udp2raw not working on OpenWRT #513
Comments
use arm64 instead of arm |
There is no arm64 on the release tarball |
Copy the following folder to your openwrt code and then compile https://github.com/HiGarfield/lede-17.01.4-Mod/tree/master/package/extra/udp2raw |
I'm not very practical in openwrt...how can I compile it? |
What model is your wireless router? If it's a model officially supported by OpenWrt, I can try to compile it. |
Bananapi R3 |
udp2raw_aarch64_cortex-a53_bin.zip |
It works! |
I have prepared the Openwrt package source (Makefiles and a patch). You can compile it using Openwrt SDK. Steps:
Then you can find the package More details can be found at https://openwrt.org/docs/guide-developer/toolchain/using_the_sdk |
Ok it works. But where did you find udpraw.zip? I would like to compile any new version by myself Thanks |
Modified from https://github.com/sensec/openwrt-udp2raw. To obtain the latest version, simply make modifications to |
Perfect. Thanks a lot |
i will include arm64 version in next release. |
Good morning,
I'm trying to use udp2raw on a BPI R3 with OpenWRT 23.05.2, but.....
How can I solve this?
Thanks in advance
The text was updated successfully, but these errors were encountered: