diff options
author | John Klug <john.klug@multitech.com> | 2017-11-09 18:16:00 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-10 09:40:08 -0600 |
commit | ab38a715ca8a48f20078db60e255a728b1db5d27 (patch) | |
tree | 4dba6f9959201a97d221deac46a784d596f00a61 /recipes-connectivity/ppp | |
parent | 7bc5be700dadcd615f553a0a67e289cb6da4b542 (diff) | |
download | meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.tar.gz meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.tar.bz2 meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.zip |
Make init scripts configuration files for AEP compatibility
Diffstat (limited to 'recipes-connectivity/ppp')
-rw-r--r-- | recipes-connectivity/ppp/ppp_%.bbappend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-connectivity/ppp/ppp_%.bbappend b/recipes-connectivity/ppp/ppp_%.bbappend index 54b2de1..55c47df 100644 --- a/recipes-connectivity/ppp/ppp_%.bbappend +++ b/recipes-connectivity/ppp/ppp_%.bbappend @@ -9,7 +9,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" FILES_${PN} += "/etc/default/ppp" -CONFFILES_${PN} += "${sysconfdir}/default/ppp" +# AEP compatibility +CONFFILES_${PN} += "${sysconfdir}/default/ppp ${sysconfdir}/init.d/ppp" do_install_append() { install -d -m 0755 ${D}/${sysconfdir}/default/ |