mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 14:39:29 -05:00
The keys are created differently compared to the old OPKG keys. Instead of being part of base-files/configure, they are created as a Makefile requirement of `package/compile`, which is a cleaner solution. This requirement would only be added to non SDK environments, however APK always requires keys to be available. Add an `else` case for the SDK and create keys. Signed-off-by: Paul Spooren <mail@aparcar.org>