diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-12 18:45:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-12 18:45:46 +0000 |
commit | de96a1c7650363b4146a3926def0d182239834b3 (patch) | |
tree | 0c39c0b73ecc5fec486a6322578dc46ae34a1d8b /conf/machine/include/zaurus-clamshell-2.6.conf | |
parent | 1cdf41ddd69ade3d584973b70aa86ced38cb0e3c (diff) | |
parent | 013176285df78d1dcd75605c62271eada172c6ca (diff) |
merge of fab47ded5e1837c41db0c40cd772fe320c0c8a19
and 55d391274f060e7c8b1dc4c632bfcaf865f5fb26
Diffstat (limited to 'conf/machine/include/zaurus-clamshell-2.6.conf')
-rw-r--r-- | conf/machine/include/zaurus-clamshell-2.6.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/conf/machine/include/zaurus-clamshell-2.6.conf b/conf/machine/include/zaurus-clamshell-2.6.conf index 8c91a7b29a..2433c5a748 100644 --- a/conf/machine/include/zaurus-clamshell-2.6.conf +++ b/conf/machine/include/zaurus-clamshell-2.6.conf @@ -40,10 +40,8 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \ # Sound Modules BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" -BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc kernel-module-snd-timer \ - kernel-module-snd-pcm \ - kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" -BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-corgi kernel-module-snd-soc-wm8731 " -BOOTSTRAP_EXTRA_RDEPENDS_append_akita += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " -BOOTSTRAP_EXTRA_RDEPENDS_append_spitz += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " +BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 += " kernel-module-snd-soc-corgi " +BOOTSTRAP_EXTRA_RDEPENDS_append_akita += " kernel-module-snd-soc-spitz " +BOOTSTRAP_EXTRA_RDEPENDS_append_spitz += " kernel-module-snd-soc-spitz " +BOOTSTRAP_EXTRA_RDEPENDS_append_poodle += " kernel-module-snd-soc-poodle " |