shr: add bluetooth to DISTRO_FEATURES to get bluetooth modules, remove pci, pcmcia...
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 12 Feb 2010 10:18:31 +0000 (11:18 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 12 Feb 2010 12:57:37 +0000 (13:57 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/shr.conf

index b776dbe..2bea239 100644 (file)
@@ -100,7 +100,7 @@ ILLUME_THEME = "e-wm-theme-illume-gry"
 # Use bluetooth 4.0
 DISTRO_BLUETOOTH_MANAGER = "bluez4"
 # We want images supporting the following features (for task-base)
-DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
+DISTRO_FEATURES = "wifi ppp alsa ext2 vfat bluetooth usbgadget usbhost"
 # Following features are for ARM and E500 based machines
 DISTRO_FEATURES += "eabi"
 
@@ -198,10 +198,6 @@ DISTRO_EXTRA_RDEPENDS += "\
 
 # Additional content II (can be masked with BAD_RECOMMENDATIONS)
 DISTRO_EXTRA_RRECOMMENDS += " \
-    kernel-module-vfat \
-    kernel-module-ext2 \
-    kernel-module-ext3 \
-    kernel-module-af-packet \
     openssh-sftp-server \
 "