minimal-uclibc.conf: Add ipv6, ipv4, largefile to DISTRO_FEATURES.
authorKhem Raj <raj.khem@gmail.com>
Thu, 8 Jul 2010 20:27:54 +0000 (13:27 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 9 Jul 2010 00:23:58 +0000 (17:23 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/distro/minimal-uclibc.conf

index a0af3a6..44805cf 100644 (file)
@@ -36,7 +36,11 @@ require conf/distro/minimal.conf
 #############################################################################
 # We want images supporting the following features (for task-base)
 DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
-# Following features are for ARM and E500 based machines
+# Following feature is for ARM and E500 based machines
 DISTRO_FEATURES += "eabi"
 # pam is needed on uclibc if using shadow 
 DISTRO_FEATURES += "pam"
+# large file support is needed for libsndfile
+DISTRO_FEATURES += "largefile"
+# glib-2.0 nneds ipv6 and there is no knob to control it
+DISTRO_FEATURES += "ipv4 ipv6"