diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-13 19:22:33 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-13 19:22:33 +0200 |
commit | b62ea92436361e3f89eb433389a2fd48f967e4f0 (patch) | |
tree | ed9e8e19cee5411f635f9a4a9fdb204a29cb873b | |
parent | 035d532e7ff1edda16c13dd85b7428ec2ebfc73b (diff) |
angstrom: fix another regression with DISTRO_FEATURES
*sigh*
-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 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" |