From: Koen Kooi Date: Tue, 13 Jul 2010 17:22:33 +0000 (+0200) Subject: angstrom: fix another regression with DISTRO_FEATURES X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b62ea92436361e3f89eb433389a2fd48f967e4f0;p=openembedded.git angstrom: fix another regression with DISTRO_FEATURES *sigh* --- 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"