From af52177ab70e6a6ef57adca6f20c25439c2c86ee Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 12 Feb 2010 11:18:31 +0100 Subject: [PATCH] shr: add bluetooth to DISTRO_FEATURES to get bluetooth modules, remove pci, pcmcia, nfs, smbfs, also remove kernel-modules from DISTRO_EXTRA_RRECOMMENDS which are pulled by task-base Signed-off-by: Martin Jansa --- conf/distro/shr.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index b776dbe298..2bea23906a 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -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 \ " -- 2.47.2