diff options
author | John Klug <john.klug@multitech.com> | 2017-08-30 14:46:28 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-08-30 14:46:28 -0500 |
commit | 6f59b8795e6a3438d5e3bb99ee1460eda381609b (patch) | |
tree | 9772a53bea25582b1e5b372794806fce05627442 /recipes-kernel/rs9113/rs9113.inc | |
parent | 14e44ec4403ec126daeaf3f67ce9f0fc082d69f1 (diff) | |
download | meta-multitech-6f59b8795e6a3438d5e3bb99ee1460eda381609b.tar.gz meta-multitech-6f59b8795e6a3438d5e3bb99ee1460eda381609b.tar.bz2 meta-multitech-6f59b8795e6a3438d5e3bb99ee1460eda381609b.zip |
Try to fix the md5sum issues and IPK location issue (build/downloads/rs9113-ipk)
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.inc')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index 55d9375..1bf5768 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -1,6 +1,7 @@ inherit update-rc.d -DR = "${THISDIR}/files/rs9113-ipk" +DR = "${DL_DIR}/rs9113-ipk" +FILESEXTRAPATHS_append := "${DR}:" INITSCRIPT_NAME = "rs9113" INITSCRIPT_PARAMS = "start 50 S ." |