Skip to content

Commit

Permalink
Allow ICMP for busybox traceroute
Browse files Browse the repository at this point in the history
this will make the busybox-applet honor the "-I" option to use ICMP.
w/o this option UPD will be always used, see https://dev.openwrt.org/ticket/9212

Ported to LEDE by Committer
  • Loading branch information
torte71 authored and SvenRoederer committed Jul 25, 2017
1 parent cf1fa38 commit 3dd9eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/common.config
Expand Up @@ -15,6 +15,7 @@ CONFIG_BUSYBOX_CONFIG_MKSWAP=n
CONFIG_BUSYBOX_CONFIG_SWAPONOFF=n
CONFIG_BUSYBOX_CONFIG_TELNET=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TELNET_TTYPE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP=y
CONFIG_OPENVPN_polarssl_ENABLE_LZO=y
CONFIG_OPENVPN_polarssl_ENABLE_SMALL=y
CONFIG_PACKAGE_6in4=m
Expand Down

0 comments on commit 3dd9eaf

Please sign in to comment.