diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-30 14:07:47 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-30 14:10:33 +0200 |
commit | 467dee32ede56993353e3bc64cb00c3e025e9f71 (patch) | |
tree | f8f294d8f4d5894756920e2efef6ea9294526765 /target/linux/octeon | |
parent | baeda5d31d3bffe9234776484dee666cf0f265b2 (diff) | |
download | upstream-467dee32ede56993353e3bc64cb00c3e025e9f71.tar.gz upstream-467dee32ede56993353e3bc64cb00c3e025e9f71.tar.bz2 upstream-467dee32ede56993353e3bc64cb00c3e025e9f71.zip |
octeon: increase block2mtd rootfs probe timeout on ER
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |