[oe-commits] Tom Rini : busybox: Add PING6 when DISTRO_FEATURES has ipv6

git version control git at git.openembedded.org
Thu May 5 20:01:53 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 9bd73a0623e95c1b43d7a56f8a62d37a9defdbaa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9bd73a0623e95c1b43d7a56f8a62d37a9defdbaa

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed May  4 09:02:15 2011 -0700

busybox: Add PING6 when DISTRO_FEATURES has ipv6

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/busybox/busybox-config.inc |    1 +
 recipes/busybox/busybox.inc        |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/busybox/busybox-config.inc b/recipes/busybox/busybox-config.inc
index d4454b1..67b87a5 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 dc97c5f..96dee4f 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 \





More information about the Openembedded-commits mailing list