diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-10 19:49:13 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-10 19:50:03 +0200 |
commit | 62f17353112462e5025dddf3c8f4f3ad4cd14345 (patch) | |
tree | 589d8a07586359aec387f0093a230756e6d92007 | |
parent | 4e1872de30a2ee76dd3c4df21e9577c37b6c769e (diff) |
angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES
kudos to SHR for spotting that
-rw-r--r-- | 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 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" |