From: John Crispin Date: Tue, 4 Jun 2013 09:46:00 +0000 (+0200) Subject: load modules from /etc/modules-boot.d/ before preinit X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=39472c8d017d4e3bf07d73e47d10f42bc6a8b65f;hp=14afa266e26e878ccdb828c9582e402223c41fcf load modules from /etc/modules-boot.d/ before preinit Signed-off-by: John Crispin --- 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();