Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
- SRC_URI += "file://ppp_provider \
- file://ppp-on-dialer \
- file://08setupdns \
- "
- do_install_append() {
- install -d ${D}${sysconfdir}/ppp
- install -d ${D}${sysconfdir}/ppp/peers
- install -d ${D}${sysconfdir}/ppp/chat
- install -d ${D}${sysconfdir}/ppp/ip-up.d
- install -m 0644 ${WORKDIR}/ppp_provider ${D}${sysconfdir}/ppp/peers/provider
- install -m 0755 ${WORKDIR}/ppp-on-dialer ${D}${sysconfdir}/ppp/chat
- install -m 0755 ${WORKDIR}/08setupdns ${D}${sysconfdir}/ppp/ip-up.d
- ln -s ${PN}@.service ${D}${systemd_unitdir}/system/${PN}@provider.service
- }
Add Comment
Please, Sign In to add comment