Hi,
Could the Nano R6S Rockhip be added to the 1.15 Gargoyle builds?
Thanks in advance.
Nano R6S
Moderator: Moderators
Re: Nano R6S
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
https://lantisproject.com/blog
Please be respectful when posting. I do this in my free time on a volunteer basis.
https://lantisproject.com/blog
Re: Nano R6S
Thanks very much, will let you know if theres any issues 
Re: Nano R6S
Installed, all running very well. only issue (and its very minor) is a openwrt issue ive had before with PS5 signin. Running
uci set dhcp.lan.dhcpv6='server'
uci set dhcp.lan.ra='server'
uci set dhcp.lan.ra_flags='other-config'
uci commit dhcp
fixes the login issue, but other than that all seem to be working perfectly. Thanks Very much.
uci set dhcp.lan.dhcpv6='server'
uci set dhcp.lan.ra='server'
uci set dhcp.lan.ra_flags='other-config'
uci commit dhcp
fixes the login issue, but other than that all seem to be working perfectly. Thanks Very much.
Re: Nano R6S
choppyc wrote: ↑Fri Apr 24, 2026 9:15 amInstalled, all running very well. only issue (and its very minor) is a openwrt issue ive had before with PS5 signin. Running
uci set dhcp.lan.dhcpv6='server'
uci set dhcp.lan.ra='server'
uci set dhcp.lan.ra_flags='other-config'
uci commit dhcp
fixes the login issue, but other than that all seem to be working perfectly. Thanks Very much.
Code: Select all
uci set dhcp.lan.dhcpv6='server'
uci set dhcp.lan.ra='server'Code: Select all
uci set dhcp.lan.ra_flags='other-config'Code: Select all
uci delete dhcp.lan.ra_flags
uci add_list dhcp.lan.ra_flags='other-config'Are you certain you needed this workaround? I know PS5 is broken with OpenWrt 25.12, but it should be fine on 24.10 (on which Gargoyle is based).
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
https://lantisproject.com/blog
Please be respectful when posting. I do this in my free time on a volunteer basis.
https://lantisproject.com/blog