diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-02 23:40:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-02 23:40:12 +0000 |
commit | a4db9ed4529ba632d80f4d55eafc89c9c23851d2 (patch) | |
tree | ab39b299695dfe26ed98f2823bf7e75b1a3c75c9 /target/linux/olpc | |
parent | af60db77e25ff4a19ee6e8d1e9ebc4e30d9d612b (diff) | |
download | upstream-a4db9ed4529ba632d80f4d55eafc89c9c23851d2.tar.gz upstream-a4db9ed4529ba632d80f4d55eafc89c9c23851d2.tar.bz2 upstream-a4db9ed4529ba632d80f4d55eafc89c9c23851d2.zip |
increase the rootdelay value to ensure usb enumeration completes before block2mtd uses /dev/sdX
SVN-Revision: 18278
Diffstat (limited to 'target/linux/olpc')
-rw-r--r-- | target/linux/olpc/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/image/Makefile b/target/linux/olpc/image/Makefile index f60b76e204..7ba712da6f 100644 --- a/target/linux/olpc/image/Makefile +++ b/target/linux/olpc/image/Makefile @@ -11,7 +11,7 @@ export PATH=$(TARGET_PATH):/sbin ROOTPART=$(strip $(subst ",, $(CONFIG_OLPC_BOOTSCRIPT_ROOTPART))) #"))")) # fix vim's broken syntax highlighting -ROOTDELAY=5 +ROOTDELAY=10 ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y) define Image/cmdline/squashfs |