aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch')
-rw-r--r--package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch b/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch
index 3741e25c3f..0389eed5da 100644
--- a/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch
+++ b/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch
@@ -1,6 +1,6 @@
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
-@@ -237,8 +237,8 @@
+@@ -236,8 +236,8 @@
//config: depends on TRACEROUTE || TRACEROUTE6
/* Needs socket(AF_INET, SOCK_RAW, IPPROTO_ICMP), therefore BB_SUID_MAYBE: */