From f6a11cc55378ee1eb4d7566fb376d31a5bfca933 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 2 Nov 2009 23:40:12 +0000 Subject: [PATCH] [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 --- target/linux/olpc/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/olpc/image/Makefile b/target/linux/olpc/image/Makefile index f60b76e20..7ba712da6 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 -- 2.35.1