From 467dee32ede56993353e3bc64cb00c3e025e9f71 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 30 Jul 2016 14:07:47 +0200 Subject: [PATCH 1/1] octeon: increase block2mtd rootfs probe timeout on ER Signed-off-by: Felix Fietkau --- 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 ec301ee942..ab91d066c6 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 -- 2.30.2