Skip to content

Commit fe64320

Browse files
committed
RDKBACCL-814: Ping Test is not working from WEBUI
Reason for change: Standardized ping behavior by using busybox instead of iputils to fix WEBUI ping issue. Test Procedure: Ping binary alone from iputils should be installed from busybox Risks: Low Signed-off-by: ksaipr036 <[email protected]>
1 parent 785833d commit fe64320

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)