package: fix key creation for SDK
authorPaul Spooren <mail@aparcar.org>
Mon, 28 Oct 2024 21:33:48 +0000 (22:33 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 28 Oct 2024 23:07:55 +0000 (00:07 +0100)
commit408eab55ee0abddd972e3fa7341869dff0794000
tree9b656380219ba77837e0b2e95980f573d72b50c0
parent03e05253259cbdf5696d81f458dbfddb4530c758
package: fix key creation for SDK

Prior to this commit keys would only be generated if `make` is called
alone, but not for something like `make package/busybox/compile`.

The exact reasons are in the depth of make magic, so this is sheer luck!

Signed-off-by: Paul Spooren <mail@aparcar.org>
package/Makefile