# Copyright (C) 2018 Daniel Dickinson # Released under the MIT license (see COPYING.MIT for the terms) FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI += "\ file://modutils.init \ " inherit openwrt openwrt-services do_install:append() { install -dm 0755 ${D}/etc/init.d install -Dm 0755 ${S}/modutils.init ${D}/etc/init.d/modutils }