diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-16 20:09:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-16 20:09:15 +0000 |
commit | 60136406246ec5de99fbbba3e0b91434c208c771 (patch) | |
tree | 44575e18833605c19fd4627fb7f6e295224bd529 | |
parent | 60d920e95b2b74f9f62137798433438f180d8858 (diff) | |
download | upstream-60136406246ec5de99fbbba3e0b91434c208c771.tar.gz upstream-60136406246ec5de99fbbba3e0b91434c208c771.tar.bz2 upstream-60136406246ec5de99fbbba3e0b91434c208c771.zip |
bcm53xx: increate trx maxlen to prevent build failures with bigger images
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45461 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |