diff options
Diffstat (limited to 'target/linux/x86/patches-2.6.31')
-rw-r--r-- | target/linux/x86/patches-2.6.31/300-block2mtd_init.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/patches-2.6.31/300-block2mtd_init.patch b/target/linux/x86/patches-2.6.31/300-block2mtd_init.patch index 649bee33a..3e6ff602d 100644 --- a/target/linux/x86/patches-2.6.31/300-block2mtd_init.patch +++ b/target/linux/x86/patches-2.6.31/300-block2mtd_init.patch @@ -202,8 +202,8 @@ + } + while (driver_probe_done() != 0) + msleep(100); -+ md_run_setup(); + do_initcalls(__root_initcall_start, __root_initcall_end); ++ md_run_setup(); + prepare_namespace(); } |