wifi-presence icon indicating copy to clipboard operation
wifi-presence copied to clipboard

opkg version outdated

Open LennyPenny opened this issue 1 year ago • 1 comments

When I tried to install this tool as explained in https://github.com/awilliams/wifi-presence#opkg it installed a very old version (0.1.1), while the latest one is 0.3.0.

For now I can manually install the new version, but would be cool if the opkg repo was updated!

LennyPenny avatar May 29 '23 12:05 LennyPenny

Went through this myself.

Can't just use the github release URL either.

For others:

  1. Download ipk for your architecture (observe which one opkg installed when you use command from installation instructions)
  2. use SCP to upload to your router (e.g., scp local_file.ipk [email protected]:/)
  3. ssh into router, then install opkg install /local_file.ipk

wongjustin99 avatar Jul 31 '23 03:07 wongjustin99