OpenWrt

Oh, GREAT!

So we can have an auto-build environment basically, for multiple architectures/platforms and even the updates could be automatically generated/compiled! :)
 
Oh, GREAT!

So we can have an auto-build environment basically, for multiple architectures/platforms and even the updates could be automatically generated/compiled! :)
Yes :D.

I tryied to use the oficial openwrt docker image, but I failed because I was not able to add the "custom feed". So I had to use the "primitive way".

I set it up to build on every push to origin.
 
Last edited:
  • Like
Reactions: TnA
I think I added all official supported platforms by OpenWrt to the ps3netsrv CI build:

aarch64_cortex-a53
aarch64_cortex-a72
aarch64_generic
arc_arc700
arc_archs
arm_arm1176jzf-s_vfp
arm_arm926ej-s
arm_cortex-a15_neon-vfpv4
arm_cortex-a5_vfpv4
arm_cortex-a7
arm_cortex-a7_neon-vfpv4
arm_cortex-a8_vfpv3
arm_cortex-a9
arm_cortex-a9_neon
arm_cortex-a9_vfpv3-d16
arm_fa526
arm_mpcore
arm_xscale
i386_pentium-mmx
i386_pentium4
mips64_octeonplus
mipsel_24kc
mipsel_24kc_24kf
mipsel_74kc
mipsel_mips32
mips_24kc
mips_4kec
mips_mips32
powerpc_464fp
powerpc_8540
x86_64

If I forgot some platform, let me know :D.

To prevent expiration of the compiled binaries on github action, I added these binaries on the release of ps3netsrv repository:

https://github.com/jhonathanc/ps3netsrv/releases/tag/20220421
 
Last edited:
I think I added all official supported platforms by OpenWrt to the ps3netsrv CI build:

aarch64_cortex-a53
aarch64_cortex-a72
aarch64_generic
arc_arc700
arc_archs
arm_arm1176jzf-s_vfp
arm_arm926ej-s
arm_cortex-a15_neon-vfpv4
arm_cortex-a5_vfpv4
arm_cortex-a7
arm_cortex-a7_neon-vfpv4
arm_cortex-a8_vfpv3
arm_cortex-a9
arm_cortex-a9_neon
arm_cortex-a9_vfpv3-d16
arm_fa526
arm_mpcore
arm_xscale
i386_pentium-mmx
i386_pentium4
mips64_octeonplus
mipsel_24kc
mipsel_24kc_24kf
mipsel_74kc
mipsel_mips32
mips_24kc
mips_4kec
mips_mips32
powerpc_464fp
powerpc_8540
x86_64

If I forgot some platform, let me know :D.

To prevent expiration of the compiled binaries on github action, I added these binaries on the release of ps3netsrv repository:

https://github.com/jhonathanc/ps3netsrv/releases/tag/20220421
Amazing. Appreciate your work.

Edit: Sooo, I installed and ran the ipk and everything went smoothly. I then went to plug an ssd into the router using a sata to USB interface.
It was only at this point that I realised the Xiaomi AX3200's don't actually possess a usb port. It's not just the AP that's dumb.
 
Last edited:
Yo! I have been trying to setup my GL.iNET AR300M16 mini router with OpenWRT to share games to my ps2 slim with fmcb 1.966 via ethernet. I have been successful in getting OpenWRT to work on the router, and the PS2 seems to connect to it in OPL, as it can read the name of my share and doesn't give any error codes.

Games just aren't showing up in OPL however, despite seemingly having access to the share on my router. I have created the OPL folder structure on the USB drive connected to the router. Seems like there might be something I'm just not getting about how to get the games to show up. Any clues as to why this is happening? Right now the mount point for the usb is set to the same path as the share ("/mnt/sda1") and I'm on the latest version of OPL. I'm suspecting it might have something to do with the mount points/file sharing stuff.
 
Back
Top