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 | f1acc4e294c537ca252e59bcc46098363a1a4ba3 (patch) | |
tree | d851ac680da79cc96229fd32b43904c6b7790be5 /target/linux/olpc/image | |
parent | 774e0d00befa8f3e1f7797bf9e6af83f806a4e52 (diff) | |
download | master-187ad058-f1acc4e294c537ca252e59bcc46098363a1a4ba3.tar.gz master-187ad058-f1acc4e294c537ca252e59bcc46098363a1a4ba3.tar.bz2 master-187ad058-f1acc4e294c537ca252e59bcc46098363a1a4ba3.zip |
[olpc] increase the rootdelay value to ensure usb enumeration completes before block2mtd uses /dev/sdX
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18278 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/olpc/image')
-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 |