Signing from different builds

Ciao!

How are you?
Do you guys how I can sign the same packages from different build firmwares?
Is it possible?

Thanks,
Patrik

PS: Any info about signing, just what is on LEDE Project.org?

I don't understand what you need to do, but if you need to install packages from other build and opkg complains about not being able to verify the signature you could add the signing key to opkg, see this example:

cd /tmp; wget http://luizluca.github.io/openwrt/15.05/kirkwood/packages/Packages.key
opkg-key add Packages.key; rm Packages.key

i do not even have a Packages.key file :frowning:

I only have Packages.sig

ok, got it!
thanks!