From d51420eedc342f95754480a8047f69fe31125df2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 16 Apr 2015 20:09:15 +0000 Subject: [PATCH] bcm53xx: increate trx maxlen to prevent build failures with bigger images Signed-off-by: Felix Fietkau SVN-Revision: 45461 --- target/linux/bcm53xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index cf61317eb0..4720aaf309 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -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 -- 2.30.2