[oe-commits] Koen Kooi : angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES

git version control git at git.openembedded.org
Sat Jul 10 17:51:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 62f17353112462e5025dddf3c8f4f3ad4cd14345
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=62f17353112462e5025dddf3c8f4f3ad4cd14345

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jul 10 19:49:13 2010 +0200

angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES

kudos to SHR for spotting that

---

 conf/distro/include/angstrom.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index e1fc710..685ec45 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -200,7 +200,7 @@ SEPPUKU_COMPONENT    = "org.openembedded.dev"
 OESTATS_SERVER      ?= "tinderbox.openembedded.org"
 
 # We want images supporting the following features (for task-base)
-DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci pam"
+DISTRO_FEATURES = "ipv4 ipv6 nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci pam"
 
 # Use-like features
 DISTRO_FEATURES += "tk"





More information about the Openembedded-commits mailing list