Skip to content

Commit dd04400

Browse files
authored
Update Makefile
1 parent f14fd18 commit dd04400

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export PACKAGE_DIR_ALL:=$(TOPDIR)/packages
9292
export OPKG_KEYS:=$(TOPDIR)/keys
9393
OPKG:=$(call opkg,$(TARGET_DIR)) \
9494
-f $(TOPDIR)/repositories.conf \
95-
--verify-program $(STAGING_DIR_HOST)/bin/usign \
9695
--cache $(DL_DIR) \
9796
--lists-dir $(LISTS_DIR)
9897

@@ -268,7 +267,6 @@ ifeq ($(CONFIG_USE_APK),)
268267
$(if $(CONFIG_SIGNATURE_CHECK), \
269268
$(if $(ADD_LOCAL_KEY), \
270269
OPKG_KEYS=$(TARGET_DIR)/etc/opkg/keys/ \
271-
$(STAGING_DIR_HOST)/bin/usign -A add $(BUILD_KEY).pub \
272270
) \
273271
)
274272
else
@@ -331,7 +329,6 @@ ifeq ($(CONFIG_USE_APK),)
331329
echo Generate local signing keys... >&2; \
332330
$(STAGING_DIR_HOST)/bin/usign -G \
333331
-s $(BUILD_KEY) -p $(BUILD_KEY).pub -c "Local build key"; \
334-
$(STAGING_DIR_HOST)/bin/usign -A $(BUILD_KEY).pub; \
335332
fi
336333
if [ ! -s $(BUILD_KEY).ucert ]; then \
337334
echo Generate local certificate... >&2; \

0 commit comments

Comments
 (0)