I am using OpenWrt SNAPSHOT 25 on a Raspberry Pi 5 (by the way working great with even 2.5G Lan) . I want to install Passwall as explained here https://github.com/Ramtiiin/install-passwall2-openwrt
My question: what is replacing "opkg-key" in Version 25 ?
root@OpenWrt:~# opkg-key add passwall.pub
-ash: opkg-key: not found
the "opkg-key" is not found . I tried
root@OpenWrt:~# apk-key add passwall.pub
-ash: apk-key: not found
root@OpenWrt:~# apk-key add passwall.pub
-ash: apk-key: not found
Hello. Everything works in the stable version of OpenWrt 23.05.5, checked a couple of days ago.
I DID NOT use APK!
Personally, in my opinion, it is a mistake to change OPKG to APK, this will create additional confusion for users when searching the Internet, since the apk format is used for android files.
This is a mistake by the developers! (my subjective opinion) It was possible to make, for example, OPK!
I quote from : https://linuxiac.com/openwrt-adopts-apk-as-new-package-manager/
"One difference is that APK requires valid signatures for all packages, while OPKG ignores this requirement for local ones. Therefore, if you’re installing a non-standard (self-built) package, use the --allow-untrusted option."