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 <theodore_roth@trimble.com>
This commit is contained in:
Theodore A. Roth
2017-02-03 09:38:44 -07:00
committed by Khem Raj
parent 137fef01ec
commit 7703549963

View File

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