From 4c0c07d55cf2790fe9967c23719abb7aa15ed143 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 10 Jul 2007 15:39:24 +0000 Subject: fic-gta0[0|1].conf: move recommendation of alsa-state(s) from task-openmoko to machine configuration --- conf/machine/fic-gta02.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'conf/machine/fic-gta02.conf') diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index a946f49c4f..de6de24ec1 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone wifi" MACHINE_EXTRA_RDEPENDS = "alsa-state" -# package gta01 specific modules +# package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01-pm-bt \ kernel-module-gta01-pm-gps \ @@ -21,7 +21,15 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01kbd \ kernel-module-s3cmci \ kernel-module-ext2 \ - alsa-state" + kernel-module-vfat \ + kernel-module-snd-soc-neo1973-wm8753 \ + kernel-module-snd-soc-smdk2440 \ + kernel-module-nls-iso8859-1 \ + kernel-module-nls-cp437 \ + \ + alsa-state \ + alsa-states \ +" SERIAL_CONSOLE = "115200 ttySAC2" -- cgit v1.2.3 From b637757122ebc8d238076b894c05a5d0bb2bd416 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 10 Jul 2007 15:57:50 +0000 Subject: fic-gta0[1|2].conf: task-base handle alsa-states, no need to duplicate it here --- conf/machine/fic-gta02.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'conf/machine/fic-gta02.conf') diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index de6de24ec1..45483fd21e 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -11,8 +11,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-gta02" MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone wifi" -MACHINE_EXTRA_RDEPENDS = "alsa-state" - # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01-pm-bt \ @@ -26,9 +24,6 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-snd-soc-smdk2440 \ kernel-module-nls-iso8859-1 \ kernel-module-nls-cp437 \ - \ - alsa-state \ - alsa-states \ " SERIAL_CONSOLE = "115200 ttySAC2" -- cgit v1.2.3