aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox-config.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/busybox/busybox-config.inc')
-rw-r--r--recipes/busybox/busybox-config.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-config.inc b/recipes/busybox/busybox-config.inc
index d4454b1c25..67b87a5f53 100644
--- a/recipes/busybox/busybox-config.inc
+++ b/recipes/busybox/busybox-config.inc
@@ -18,6 +18,7 @@ def features_to_busybox_settings(d):
busybox_cfg('nls', distro_features, 'CONFIG_LOCALE_SUPPORT', cnf, rem)
busybox_cfg('ipv4', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV4', cnf, rem)
busybox_cfg('ipv6', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV6', cnf, rem)
+ busybox_cfg('ipv6', distro_features, 'CONFIG_PING6', cnf, rem)
busybox_cfg('kernel24', machine_features, 'CONFIG_FEATURE_2_4_MODULES', cnf, rem)
return "\n".join(cnf), "\n".join(rem)
# X, Y = ${@features_to_uclibc_settings(d)}