aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-07-13 19:22:33 +0200
committerKoen Kooi <koen@openembedded.org>2010-07-13 19:22:33 +0200
commitb62ea92436361e3f89eb433389a2fd48f967e4f0 (patch)
treeed9e8e19cee5411f635f9a4a9fdb204a29cb873b /conf
parent035d532e7ff1edda16c13dd85b7428ec2ebfc73b (diff)
downloadopenembedded-b62ea92436361e3f89eb433389a2fd48f967e4f0.tar.gz
angstrom: fix another regression with DISTRO_FEATURES
*sigh*
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/angstrom.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 685ec4533f..f13cc2223d 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 = "ipv4 ipv6 nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci pam"
+DISTRO_FEATURES = "largefile ipv4 ipv6 nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci pam"
# Use-like features
DISTRO_FEATURES += "tk"