aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-04 09:02:15 -0700
committerTom Rini <tom_rini@mentor.com>2011-05-05 07:52:08 -0700
commit9bd73a0623e95c1b43d7a56f8a62d37a9defdbaa (patch)
treec79295a20d6764357d7d02b4c15c64143df8a967 /recipes/busybox
parent05143e9b5d0a42e32ee0dd3c7fde482ff8d63f63 (diff)
downloadopenembedded-9bd73a0623e95c1b43d7a56f8a62d37a9defdbaa.tar.gz
busybox: Add PING6 when DISTRO_FEATURES has ipv6
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/busybox')
-rw-r--r--recipes/busybox/busybox-config.inc1
-rw-r--r--recipes/busybox/busybox.inc2
2 files changed, 2 insertions, 1 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)}
diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc
index dc97c5f0f3..96dee4fdfd 100644
--- a/recipes/busybox/busybox.inc
+++ b/recipes/busybox/busybox.inc
@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
SECTION = "base"
PRIORITY = "required"
-INC_PR = "r42"
+INC_PR = "r43"
SRC_URI = "\
file://busybox-cron \