diff options
author | John Klug <john.klug@multitech.com> | 2019-05-28 22:51:04 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-05 11:08:04 -0500 |
commit | dd7843d5a587dc926df379419a9c7721b177133f (patch) | |
tree | 097e55bb1010eb2e9d8ab46cc39989e83d263617 /recipes-core/busybox/busybox_%.bbappend | |
parent | 53ed76e415654526b2641d560ce9112d68de500e (diff) | |
download | meta-mlinux-dd7843d5a587dc926df379419a9c7721b177133f.tar.gz meta-mlinux-dd7843d5a587dc926df379419a9c7721b177133f.tar.bz2 meta-mlinux-dd7843d5a587dc926df379419a9c7721b177133f.zip |
Patch ifplugd to allow for drivers being loaded, and allow symlinks in config paths.
Diffstat (limited to 'recipes-core/busybox/busybox_%.bbappend')
-rw-r--r-- | recipes-core/busybox/busybox_%.bbappend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index b8bbdf7..6ead22b 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -1,4 +1,4 @@ -PR .= ".mlinux3" +PR .= ".mlinux4" PACKAGES =+ "busybox-ifplugd" FILESEXTRAPATHS_prepend := ":${THISDIR}/files:" RDEPENDS_${PN} += "bash" @@ -9,6 +9,7 @@ SRC_URI += "file://udhcpd.conf.example \ file://ifplugd.init \ file://eth0.conf \ file://eth1.conf.example \ + file://ifplugd.patch \ " do_install_append () { |