diff options
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) |