From 0714a824b238b99d1d4630c6d5358087826d46fc Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 19 Feb 2018 15:25:04 -0600 Subject: Add init script for get-eeprom-device-config package. --- recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb b/recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb index 5f2573e..c2330c3 100644 --- a/recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb +++ b/recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb @@ -1,5 +1,6 @@ # Script to copy the EEPROM to /run/config and # init script to populate /run/config +inherit update-rc.d PR = "r1" DESCRIPTION = "EEPROM copyting tool" HOMEPAGE = "http://www.multitech.net/" @@ -22,7 +23,7 @@ fakeroot do_install_append() { install -d 0755 ${D}${base_sbindir} install -d 0755 ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/${PN}.sh ${D}${base_sbindir}/${PN} - install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ + install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/eeprom-config } -- cgit v1.2.3