C sshnpd c0.2.5
Pre-release
Pre-release
Binaries for x86_64, aarch64_cortex-a53, ramips and mips_siflower based platforms along with a multi platform LuCI app
Installation
Most OpenWrt releases will use the .ipk
package for the given architecture
Fresh install
Example for aarch_cortex-a53 - adjust accordingly for your platform:
RELEASE="csshnpd_0.2.5-1_aarch64_cortex-a53.ipk"
wget -O ${RELEASE} https://github.com/atsign-foundation/Atsign_OpenWRT_packages/releases/download/c0.2.5/${RELEASE}
opkg install ${RELEASE}
Upgrade
To preserve the config and upgrade an existing install:
RELEASE="csshnpd_0.2.5-1_aarch64_cortex-a53.ipk"
wget -O ${RELEASE} https://github.com/atsign-foundation/Atsign_OpenWRT_packages/releases/download/c0.2.5/${RELEASE}
opkg upgrade csshnpd
Alpine packages
OpenWrt recently announced a switch from their opkg package manager to apk, the Alpine package manager.
Latest snapshot builds hence use apk
:
RELEASE="csshnpd-0.2.5-r1_aarch64_cortex-a53.apk"
wget -O ${RELEASE} https://github.com/atsign-foundation/Atsign_OpenWRT_packages/releases/download/c0.2.5/${RELEASE}
apk add ${RELEASE}