mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
bcm53xx: increate trx maxlen to prevent build failures with bigger images
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45461
This commit is contained in:
parent
f8d499fd3f
commit
d51420eedc
@ -33,6 +33,7 @@ endef
|
||||
define Build/trx-nand
|
||||
$(STAGING_DIR_HOST)/bin/trx \
|
||||
-o $@ \
|
||||
-m 33554432 \
|
||||
-f $(word 1,$^) \
|
||||
-a 0x20000 -f $(KDIR)/root-block-0x20000-min-0x800.ubi \
|
||||
-a 0x20000 -A $(KDIR)/fs_mark
|
||||
|
Loading…
Reference in New Issue
Block a user