diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-12 11:18:31 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-12 13:57:37 +0100 |
commit | af52177ab70e6a6ef57adca6f20c25439c2c86ee (patch) | |
tree | 3d8d27e38ea375468a5874675dfecc51f449c3e1 /conf | |
parent | 6b9ab500f7822854da5818d00b5765c5f3648c6f (diff) |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/shr.conf | 6 |
1 files changed, 1 insertions, 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 \ " |