mirror of
https://github.com/optim-enterprises-bv/meta-openwrt.git
synced 2026-01-09 17:11:50 +00:00
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:
committed by
Khem Raj
parent
137fef01ec
commit
7703549963
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user