Open iz4tow opened 7 months ago
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
You can use either the udp2raw
binary or the udp2raw_e42f0e57-1_aarch64_cortex-a53.ipk
package.
It works! But how can I compile it by myself? Do you have a guide?
I have prepared the Openwrt package source (Makefiles and a patch). You can compile it using Openwrt SDK.
Steps:
udp2raw.zip
and place the udp2raw
folder into packages
.rm -f .config && make defconfig
make package/udp2raw/clean V=s
make package/udp2raw/compile V=s
Then you can find the package bin/packages/aarch64_cortex-a53/base/udp2raw_e42f0e57-1_aarch64_cortex-a53.ipk
, and also the binary build_dir/target-aarch64_cortex-a53_musl/udp2raw-e42f0e57/.pkgdir/udp2raw/usr/bin/udp2raw
.
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 PKG_SOURCE_VERSION
and PKG_MIRROR_HASH
in the Makefile
.
Perfect. Could be a good idea to add a wiki on https://github.com/sensec/openwrt-udp2raw
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