mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
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:
parent
def70fa85b
commit
73edd3a41e
@ -140,7 +140,7 @@ define Build/sign-dlink-ru
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/trx
|
define Build/trx
|
||||||
$(STAGING_DIR_HOST)/bin/trx $(1) \
|
-$(STAGING_DIR_HOST)/bin/trx $(1) \
|
||||||
-o $@ \
|
-o $@ \
|
||||||
-m $$(($(call exp_units,$(IMAGE_SIZE)))) \
|
-m $$(($(call exp_units,$(IMAGE_SIZE)))) \
|
||||||
-f $(IMAGE_KERNEL) \
|
-f $(IMAGE_KERNEL) \
|
||||||
|
Loading…
Reference in New Issue
Block a user