diff options
author | Jesse Gilles <jgilles@multitech.com> | 2013-04-18 12:21:52 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2013-04-18 12:21:52 -0500 |
commit | 89150026c655d81c427a61967f6de22d66325b78 (patch) | |
tree | e462f5d98398cd42ddbb1f98415db02c1db998d8 /multitech | |
parent | aaa7bc48acc57325597e2a754ab5bd601cb9b12d (diff) |
mts-io: load module before networking during startup
Diffstat (limited to 'multitech')
-rw-r--r-- | multitech/recipes/multitech/mts-io.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multitech/recipes/multitech/mts-io.inc b/multitech/recipes/multitech/mts-io.inc index 679eaa9..836acf9 100644 --- a/multitech/recipes/multitech/mts-io.inc +++ b/multitech/recipes/multitech/mts-io.inc @@ -5,7 +5,7 @@ PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "virtual/kernel" RDEPENDS = "kernel (${KERNEL_VERSION})" -INC_PR = "r2" +INC_PR = "r3" SRC_URI = " \ file://mts-io.init \ @@ -39,7 +39,7 @@ FILES_${PN} += "${libdir}/mts-io-sysfs*" FILES_${PN} += "${sbindir}/mts-io-sysfs ${sbindir}/radio-reset-h5" INITSCRIPT_NAME = "mts-io" -INITSCRIPT_PARAMS = "start 90 S ." +INITSCRIPT_PARAMS = "start 40 S ." PARALLEL_MAKE = "" |