June 29, 2023
Install or Upgrade to Latest Tailscale ARM64 on OpenWRT (FriendlyWRT)
the opkg package is old so we are just doing a overwrite of the old one
opkg update
opkg install tailscale
wget https://pkgs.tailscale.com/stable/tailscale_1.76.1_arm64.tgz
tar zxvf tailscale_1.76.1_arm64.tgz
service tailscale stop
cp /root/tailscale_1.76.1_arm64/tailscale* /usr/sbin/
service tailscale start
tailscale version
Upgrade
tailscale update
Latest builds