|
|
@@ -99,6 +99,7 @@ OPKG:=$(call opkg,$(TARGET_DIR)) \
|
|
|
export APK_KEYS:=$(TOPDIR)/keys
|
|
|
APK:=$(call apk,$(TARGET_DIR)) \
|
|
|
--repositories-file $(TOPDIR)/repositories \
|
|
|
+ --repository $(PACKAGE_DIR)/packages.adb \
|
|
|
$(if $(CONFIG_SIGNATURE_CHECK),,--allow-untrusted) \
|
|
|
--cache-dir $(DL_DIR)
|
|
|
|