Nano R6S
Posted: Thu Apr 16, 2026 2:48 am
Hi,
Could the Nano R6S Rockhip be added to the 1.15 Gargoyle builds?
Thanks in advance.
Could the Nano R6S Rockhip be added to the 1.15 Gargoyle builds?
Thanks in advance.
A forum to discuss the Gargoyle web interface for Openwrt
https://www.gargoyle-router.com/phpbb/
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'Code: Select all
root@Gargoyle:~# uci show dhcp.lan
dhcp.lan=dhcp
dhcp.lan.interface='lan'
dhcp.lan.start='100'
dhcp.lan.limit='150'
dhcp.lan.leasetime='12h'
dhcp.lan.dhcpv4='server'
dhcp.lan.dhcpv6='server'
dhcp.lan.ra='server'
dhcp.lan.ra_slaac='0'
dhcp.lan.ra_flags='managed-config other-config'