diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-02 23:40:12 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-02 23:40:12 +0000 |
commit | f6a11cc55378ee1eb4d7566fb376d31a5bfca933 (patch) | |
tree | d851ac680da79cc96229fd32b43904c6b7790be5 /target/linux/olpc/image/Makefile | |
parent | be9a42ea6595d153cf534f98d005302465b2d110 (diff) |
[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/Makefile')
-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 |