[OpenWrt-Devel] [PATCH] Add 'traceroute6' to busybox default features

Hannu Nyman hannu.nyman at iki.fi
Thu Sep 3 05:51:41 EDT 2015


This patch adds 'traceroute6' to the default features of Busybox.

Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---

Reference to earlier discussion:
https://lists.openwrt.org/pipermail/openwrt-devel/2015-August/034828.html

On Sat Aug 1 16:47:02 CEST 2015 Felix Fietkau wrote:
 > On 2015-08-01 13:04, Bastian Bittorf wrote:
 > > i build it for ar71xx, and these are the numbers [bytes]:
 > >
 > > before:
 > > 359736 build_dir/target-mips_34kc_musl-1.1.10/busybox-1.23.2/busybox
 > > 208071 bin/ar71xx/packages/base/busybox_1.23.2-1_ar71xx.ipk
 > >
 > > after:
 > > 359884 build_dir/target-mips_34kc_musl-1.1.10/busybox-1.23.2/busybox
 > > 209115 bin/ar71xx/packages/base/busybox_1.23.2-1_ar71xx.ipk
 > >
 > > so it adds ~1k to the image. (strange that uncompressed ~148 bytes)
 > > it's as simple as adding CONFIG_BUSYBOX_CONFIG_TRACEROUTE6=y
 > > what do you think?
 > Feel free to send a patch.
 >
 > - Felix

-------------- next part --------------
Index: package/utils/busybox/Config-defaults.in
===================================================================
--- package/utils/busybox/Config-defaults.in	(revision 46773)
+++ package/utils/busybox/Config-defaults.in	(working copy)
@@ -2229,7 +2229,7 @@
 	default y
 config BUSYBOX_DEFAULT_TRACEROUTE6
 	bool
-	default n
+	default y
 config BUSYBOX_DEFAULT_FEATURE_TRACEROUTE_VERBOSE
 	bool
 	default y
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list