| 1234567891011121314151617 |
- require swupdate.inc
- inherit update-rc.d
- SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=git;tag=2016.07 \
- file://defconfig \
- file://swupdate \
- file://swupdate.service \
- "
- do_install_append() {
- install -d ${D}${sysconfdir}/init.d
- install -m 755 ${WORKDIR}/swupdate ${D}${sysconfdir}/init.d
- }
- INITSCRIPT_NAME = "swupdate"
- INITSCRIPT_PARAMS = "defaults 70"
|