Hello,
I would like to know if it is possible for you to distribute an OpenWRT package that is compatible with arm64/aarch64. I use it in a STB HG680-P and there isn’t a arm64/aarch64_generic or a armsr/armv8 package.
Thank you
Hello,
I would like to know if it is possible for you to distribute an OpenWRT package that is compatible with arm64/aarch64. I use it in a STB HG680-P and there isn’t a arm64/aarch64_generic or a armsr/armv8 package.
Thank you
If you’re already installed OpenWRT firmware, are you access to your router via SSH? If then, please show me the command output of ubus call system board
.
For example, when it’s executed, it shows the output like:
# ubus call system board
{
"kernel": "5.10.127",
"hostname": "OpenWrt",
"system": "Qualcomm Atheros QCA9558 ver 1 rev 0",
"model": "Dongwon T&I DW02-412H (128M)",
"board_name": "dongwon,dw02-412h-128m",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "22.03.0-rc5",
"revision": "r19523-bfd070e7fa",
"target": "ath79/nand",
"description": "OpenWrt 22.03.0-rc5 r19523-bfd070e7fa"
}
}
this is the output that i get :
root@reyre-wrt:/# ubus call system board
{
"kernel": "5.15.120-ophub",
"hostname": "reyre-wrt",
"system": "ARMv8 Processor rev 4",
"model": "Amlogic Meson GXL (S905X) P212 Development Board",
"board_name": "amlogic,p212",
"rootfs_type": "btrfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.0-rc2",
"revision": "",
"target": "armsr/armv8",
"description": "OpenWrt 23.05.0-rc2"
}
}
Thank you for this information. I’d triggered a build for this target “armsr/armv8” right now. However at least it takes 8 ~ 10 hours to build if we assume that there’s no issues.
If it’s built successfully, your target packages will be at Index of /releases/openwrt/packages-23.05/ link.