[source] octeon: increase block2mtd rootfs probe timeout on ER

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 30 05:10:43 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=467dee32ede56993353e3bc64cb00c3e025e9f71

commit 467dee32ede56993353e3bc64cb00c3e025e9f71
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Jul 30 14:07:47 2016 +0200

    octeon: increase block2mtd rootfs probe timeout on ER
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/octeon/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile
index ec301ee..ab91d06 100644
--- a/target/linux/octeon/image/Makefile
+++ b/target/linux/octeon/image/Makefile
@@ -29,7 +29,7 @@ define Device/generic
 endef
 TARGET_DEVICES += generic
 
-ER_CMDLINE:=-mtdparts=phys_mapped_flash:640k(boot0)ro,640k(boot1)ro,64k(eeprom)ro block2mtd.block2mtd=/dev/mmcblk0p2,65536,rootfs,5 root=/dev/mtdblock3 rootfstype=squashfs rootwait
+ER_CMDLINE:=-mtdparts=phys_mapped_flash:640k(boot0)ro,640k(boot1)ro,64k(eeprom)ro block2mtd.block2mtd=/dev/mmcblk0p2,65536,rootfs,15 root=/dev/mtdblock3 rootfstype=squashfs rootwait
 define Device/er
   CMDLINE := $(ER_CMDLINE) 
   DEVICE_TITLE := Ubiquiti EdgeRouter



More information about the lede-commits mailing list