Hello all...
When I try to install the openvpn-openssl and openvpn-easy-rsa packeages, I receive this error:
root@horus:~# opkg install openvpn-openssl openvpn-easy-rsa
Installing openvpn-openssl (2.6.14-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.2/packages/x86_64/packages/openvpn-openssl_2.6.14-r1_x86_64.ipk
Installing openvpn-easy-rsa (3.1.3-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.2/packages/x86_64/packages/openvpn-easy-rsa_3.1.3-r1_all.ipk
Collected errors:
* opkg_install_pkg: Checksum or size mismatch for package openvpn-openssl. Either the opkg or the package index are corrupt. Try 'opkg update'.
* opkg_install_cmd: Cannot install package openvpn-openssl.
* opkg_install_pkg: Checksum or size mismatch for package openvpn-easy-rsa. Either the opkg or the package index are corrupt. Try 'opkg update'.
* opkg_install_cmd: Cannot install package openvpn-easy-rsa.
root@horus:~#
Yes, I run opkg update before the start the process of installation...
I run the x86/64 target of 24.10.2 too..
My concern is that something in my installation may be faulty and causing this, requiring a complete reinstallation of Openwrt.
Thanks!