From 77035499634596bbd4ac93bb15abbbd00a3702d4 Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Fri, 3 Feb 2017 09:38:44 -0700 Subject: [PATCH] busybox: do not install udhcpc default.script It's also installed by netifd (and we probably want to use the openwrt version instead of the busy box version). Signed-off-by: Theodore A. Roth --- recipes-tweaks/busybox/busybox_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-tweaks/busybox/busybox_%.bbappend b/recipes-tweaks/busybox/busybox_%.bbappend index f2a2043..d22c37b 100644 --- a/recipes-tweaks/busybox/busybox_%.bbappend +++ b/recipes-tweaks/busybox/busybox_%.bbappend @@ -4,3 +4,7 @@ SRC_URI += "\ file://fragment-lock.cfg \ file://220-add_lock_util.patch \ " + +do_install_append () { + rm -f ${D}/usr/share/udhcpc/default.script +}