Skip to content

Commit 42b1fe1

Browse files
authored
Merge pull request #203 from ksaipr036/814
RDKBACCL-814: Ping Test is not working from WEBUI
2 parents 6eadafe + 47a6f63 commit 42b1fe1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Removing ping binary from iputils, since busybox ping is preferred
2+
do_install_append() {
3+
rm -f ${D}${base_bindir}/ping.${BPN}
4+
rm -f ${D}${base_bindir}/ping
5+
}
6+
7+
# Remove iputils-ping package entirely
8+
PACKAGES_remove = "${PN}-ping"
9+
RDEPENDS_${PN}_remove = "${PN}-ping"

0 commit comments

Comments
 (0)