wifi-presence
wifi-presence copied to clipboard
opkg version outdated
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!
Went through this myself.
Can't just use the github release URL either.
For others:
- Download ipk for your architecture (observe which one opkg installed when you use command from installation instructions)
- use SCP to upload to your router (e.g.,
scp local_file.ipk [email protected]:/
) - ssh into router, then install
opkg install /local_file.ipk