mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
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>
This commit is contained in:
parent
03e0525325
commit
408eab55ee
@ -87,7 +87,7 @@ else
|
||||
endif
|
||||
else
|
||||
ifneq ($(CONFIG_USE_APK),)
|
||||
$(curdir)/compile: $(BUILD_KEY_APK_SEC) $(BUILD_KEY_APK_PUB)
|
||||
$(curdir)//compile += $(BUILD_KEY_APK_SEC) $(BUILD_KEY_APK_PUB)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user