From 39472c8d017d4e3bf07d73e47d10f42bc6a8b65f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 4 Jun 2013 11:46:00 +0200 Subject: [PATCH] load modules from /etc/modules-boot.d/ before preinit Signed-off-by: John Crispin --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 9d2ab89..f97a9ea 100644 --- a/main.c +++ b/main.c @@ -40,6 +40,7 @@ static int main_procd_init(int argc, char **argv) procd_early(); debug_init(); watchdog_init(); + system("/sbin/kmodloader /etc/modules-boot.d/"); uloop_init(); hotplug("/etc/hotplug-preinit.json"); procd_preinit(); -- 2.11.0