Nano R6S

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

Post Reply
choppyc
Posts: 8
Joined: Sun Apr 25, 2021 10:12 am

Nano R6S

Post by choppyc »

Hi,
Could the Nano R6S Rockhip be added to the 1.15 Gargoyle builds?
Thanks in advance.

Lantis
Moderator
Posts: 7314
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia
Contact:

Re: Nano R6S

Post by Lantis »

Sure!
Please let me know if it works ok.

https://lantisproject.com/downloads/gar ... JwbCI6MTB9
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

choppyc
Posts: 8
Joined: Sun Apr 25, 2021 10:12 am

Re: Nano R6S

Post by choppyc »

Thanks very much, will let you know if theres any issues :D

choppyc
Posts: 8
Joined: Sun Apr 25, 2021 10:12 am

Re: Nano R6S

Post by choppyc »

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.

Lantis
Moderator
Posts: 7314
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia
Contact:

Re: Nano R6S

Post by Lantis »

choppyc wrote:
Fri Apr 24, 2026 9:15 am
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.

Code: Select all

uci set dhcp.lan.dhcpv6='server'
uci set dhcp.lan.ra='server'
FYI, these two can be set from the Connection -> DHCP page by setting DHCPv6 to Enabled and Router Advertisements to Enabled.

Code: Select all

uci set dhcp.lan.ra_flags='other-config'
This is expected to be a 'list', not an 'option'.

Code: Select all

uci delete dhcp.lan.ra_flags
uci add_list dhcp.lan.ra_flags='other-config'
Not setting it as a list may result in unexpected behaviour, i.e. it might be ignored entirely. You might not notice this as "other-config" appears to be an internal default anyway, but just something to note.

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

Post Reply