From bbe838791e1fa8ce014cae1689233f8ba5b7cfb4 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Mon, 28 Feb 2011 09:09:52 -0600 Subject: SlugOS: slugos.inc - Add xattr to DISTRO_FEATURES to keep parity. --- conf/distro/include/slugos.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 994b2c15cb..0451fc1f38 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -30,7 +30,7 @@ THUMB_INTERWORK = "yes" # arm system and vice versa. It is strongly recommended that DISTROs not # turn this off - the actual cost is very small. # We want images supporting the following features (for task-base) -DISTRO_FEATURES = "largefile ipv4 ipv6 nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbhost pci eabi" +DISTRO_FEATURES = "largefile ipv4 ipv6 nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbhost pci eabi xattr" # We may also wish to enable raid support at some point (space permitting) #DISTRO_FEATURES += " raid" -- cgit 1.2.3-korg