diff options
author | Philip Balister <philip@balister.org> | 2006-10-22 22:24:24 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2006-10-22 22:24:24 +0000 |
commit | bb8869463a611e4e7b87a23756abb810f4e8fb44 (patch) | |
tree | 4e03091e17b894ffad02a8136dde0e4d77f0edbd /conf/distro | |
parent | 7524db0577180a9f6a89071c7f679641662528a0 (diff) |
conf/distro/openomap.conf
conf/machine/omap5912osk.conf
packages/linux/linux-omap1-2.6.18+git/defconfig
* Add alsa support to openomap distro on the omap5912osk.
* Modify linux-omap1-2.6.18+git defconfig to include alsa driver
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openomap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openomap.conf b/conf/distro/openomap.conf index 88a5f06b50..0c864db04f 100644 --- a/conf/distro/openomap.conf +++ b/conf/distro/openomap.conf @@ -45,7 +45,7 @@ PREFERRED_VERSION_glibc-intermediate ?= "2.5" #PREFERRED_VERSION_glibc-intermediate ?= "2.4" # We want images supporting the following features (for task-base) -DISTRO_FEATURES = "nfs pcmcia usbhost" +DISTRO_FEATURES = "nfs pcmcia usbhost alsa" PCMCIA_MANAGER = "pcmciautils" |