From: Felix Fietkau Date: Sat, 30 Jul 2016 12:07:47 +0000 (+0200) Subject: octeon: increase block2mtd rootfs probe timeout on ER X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=467dee32ede56993353e3bc64cb00c3e025e9f71;p=librecmc%2Flibrecmc.git octeon: increase block2mtd rootfs probe timeout on ER Signed-off-by: Felix Fietkau --- 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