From: Koen Kooi Date: Sat, 10 Jul 2010 17:49:13 +0000 (+0200) Subject: angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f17353112462e5025dddf3c8f4f3ad4cd14345;p=openembedded.git angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES kudos to SHR for spotting that --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index e1fc710185..685ec4533f 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"