diff options
Diffstat (limited to 'conf/machine/fic-gta01.conf')
-rw-r--r-- | conf/machine/fic-gta01.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index b16630510e..bdfc3a6f47 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone" 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 \ @@ -26,7 +26,10 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-snd-soc-smdk2440 \ kernel-module-nls-iso8859-1 \ kernel-module-nls-cp437 \ - alsa-state" + \ + alsa-state \ + alsa-states \ +" # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab #SERIAL_CONSOLE = "115200 ttySAC0" |