diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-11 22:10:05 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-12 13:57:28 +0100 |
commit | 6b9ab500f7822854da5818d00b5765c5f3648c6f (patch) | |
tree | cb4aaaf804d79583881a2853afad5ff3ea87cb97 | |
parent | 3b9b55a6510652bd9d7e1f764ca2e6defa00568e (diff) |
om-gta02: install only really important kernel-modules
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/machine/om-gta02.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index eb48d01aac..9733269d4f 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -41,7 +41,11 @@ READER_UI = "gtk" # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ - kernel-modules \ + kernel-module-s3cmci \ + kernel-module-snd-soc-neo1973-wm8753 \ + kernel-module-snd-soc-neo1973-gta02-wm8753 \ + kernel-module-g-ether \ + kernel-module-ar6000 \ " # no need to bypass this as in om-gta01, since this model is not using a multiplexed ttySAC0 |