angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES
authorKoen Kooi <koen@openembedded.org>
Sat, 10 Jul 2010 17:49:13 +0000 (19:49 +0200)
committerKoen Kooi <koen@openembedded.org>
Sat, 10 Jul 2010 17:50:03 +0000 (19:50 +0200)
kudos to SHR for spotting that

conf/distro/include/angstrom.inc

index e1fc710..685ec45 100644 (file)
@@ -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"