mirror of https://github.com/hak5/openwrt-owl.git
x86: fix software raid autodetection on boot (patch from #6548 by Pieter "Fate" Hollants)
SVN-Revision: 19261owl
parent
9237420b79
commit
64016fb476
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue