diff options
author | John Klug <john.klug@multitech.com> | 2017-01-16 12:10:26 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-16 12:10:26 -0600 |
commit | 6c1f2b46804d2266dc4a47aac1359663d8d62b4d (patch) | |
tree | a4176ef45beb8b9fc07cb3fac64faf7a34304caa /recipes-kernel/rs9113/rs9113.inc | |
parent | e24be5e1a20752ee5b22607bfb8604e3d2aacdb2 (diff) | |
download | meta-multitech-6c1f2b46804d2266dc4a47aac1359663d8d62b4d.tar.gz meta-multitech-6c1f2b46804d2266dc4a47aac1359663d8d62b4d.tar.bz2 meta-multitech-6c1f2b46804d2266dc4a47aac1359663d8d62b4d.zip |
initscript parameters for rs9113
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.inc')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index e4dbb2c..d58012f 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -1,5 +1,10 @@ +inherit update-rc.d + DR = "${DL_DIR}/rs9113-ipk" +INITSCRIPT_NAME = "rs9113" +INITSCRIPT_PARAMS = "start 50 S ." + python do_fetch_prepend () { d.setVar('BB_STRICT_CHECKSUM',False) DR = d.getVar("DR",True) |