summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/rs9113.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.inc')
-rw-r--r--recipes-kernel/rs9113/rs9113.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc
index 80025d6..a229f20 100644
--- a/recipes-kernel/rs9113/rs9113.inc
+++ b/recipes-kernel/rs9113/rs9113.inc
@@ -8,9 +8,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
# noarch contains the init script and configuration for the driver and
# the firmware file (firmware/*.rps).
-PACKAGES = "${PN}-utils-extra ${PN}-misc kernel-module-${PN} ${PN}-util ${PN}-dbg ${PN}-noarch"
+PACKAGES = "${PN}-utils-extra ${PN}-misc kernel-module-${PN} ${PN}-util ${PN}-dbg ${PN}-noarch ${PN}-autostart"
+ALLOW_EMPTY_${PN}-autostart = "1"
PACKAGE_ARCH_${PN}-noarch = "all"
PACKAGE_ARCH_${PN}-misc = "all"
+PACKAGE_ARCH_${PN}-autostart = "all"
PACKAGE_ARCH_${PN}-util = "${TUNE_PKGARCH}"
PACKAGE_ARCH_${PN}-utils-extra = "${TUNE_PKGARCH}"
PACKAGE_ARCH_${PN}-dbg = "${TUNE_PKGARCH}"
@@ -20,9 +22,9 @@ RDEPENDS_${PN}-misc = "bash"
DR = "${DL_DIR}/rs9113-ipk"
FILESEXTRAPATHS_append := "${DR}:"
-INITSCRIPT_PACKAGES = "${PN}-noarch"
-INITSCRIPT_NAME_${PN}-noarch = "rs9113"
-INITSCRIPT_PARAMS_${PN}-noarch = "start 50 S ."
+INITSCRIPT_PACKAGES = "${PN}-autostart"
+INITSCRIPT_NAME_${PN}-autostart = "rs9113"
+INITSCRIPT_PARAMS_${PN}-autostart = "start 50 S ."
BB_STRICT_CHECKSUM = "0"