ramips: ignore errors from trx utility

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

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2024-10-30 14:07:22 +01:00
parent def70fa85b
commit 73edd3a41e
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
1 changed files with 1 additions and 1 deletions

View File

@ -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) \