Просмотр исходного кода

ramips: ignore errors from trx utility

Ignore errors from trx utility to handle case with image too big.

Signed-off-by: Christian Marangi <[email protected]>
Christian Marangi 1 год назад
Родитель
Сommit
73edd3a41e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/ramips/image/Makefile

+ 1 - 1
target/linux/ramips/image/Makefile

@@ -140,7 +140,7 @@ define Build/sign-dlink-ru
 endef
 
 define Build/trx
-	$(STAGING_DIR_HOST)/bin/trx $(1) \
+	-$(STAGING_DIR_HOST)/bin/trx $(1) \
 		-o $@ \
 		-m $$(($(call exp_units,$(IMAGE_SIZE)))) \
 		-f $(IMAGE_KERNEL) \