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 +}