Entware uses lightweight opkg package manager, which is too primitive to track down dependencies change.
Let say, some program depends on `libssl.so.1.0` file but it was replaced by `libssl.so.1.1` while running `opkg upgrade`.
So, you program will fail to start next time because of `libssl.so.1.0` absence.
The solution is to re-install program, which brings you the same version of program, but right relations between dependent files.
Entware site always keeps consistent relations between packages, but local deployment may not)
Let say, some program depends on `libssl.so.1.0` file but it was replaced by `libssl.so.1.1` while running `opkg upgrade`.
So, you program will fail to start next time because of `libssl.so.1.0` absence.
The solution is to re-install program, which brings you the same version of program, but right relations between dependent files.
Entware site always keeps consistent relations between packages, but local deployment may not)