diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-13 12:46:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-13 12:46:23 +0000 |
commit | b5dc7a5067bcf389f09a27180a56c3482c690b61 (patch) | |
tree | a60a8c89b4d8c66404a9bc99e8fe9d544ce563f0 /conf/machine/fic-gta01.conf | |
parent | 7e03738f604528e68f2fddb579e5faa11133264e (diff) |
fic-gta01: added MMC driver and Ext2 support modules
Diffstat (limited to 'conf/machine/fic-gta01.conf')
-rw-r--r-- | conf/machine/fic-gta01.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 5450c1ebd3..9bb24874a9 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -19,6 +19,8 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01-pm-gps \ kernel-module-gta01-pm-gsm \ kernel-module-gta01kbd \ + kernel-module-s3cmci \ + kernel-module-ext2 \ alsa-state" MACHINE_TASK_PROVIDER = "task-base" |