mirror of https://github.com/hak5/openwrt.git
increase the rootdelay value to ensure usb enumeration completes before block2mtd uses /dev/sdX
SVN-Revision: 18278lede-17.01
parent
af60db77e2
commit
a4db9ed452
|
@ -11,7 +11,7 @@ export PATH=$(TARGET_PATH):/sbin
|
||||||
ROOTPART=$(strip $(subst ",, $(CONFIG_OLPC_BOOTSCRIPT_ROOTPART)))
|
ROOTPART=$(strip $(subst ",, $(CONFIG_OLPC_BOOTSCRIPT_ROOTPART)))
|
||||||
#"))")) # fix vim's broken syntax highlighting
|
#"))")) # fix vim's broken syntax highlighting
|
||||||
|
|
||||||
ROOTDELAY=5
|
ROOTDELAY=10
|
||||||
|
|
||||||
ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y)
|
ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y)
|
||||||
define Image/cmdline/squashfs
|
define Image/cmdline/squashfs
|
||||||
|
|
Loading…
Reference in New Issue