diff options
| -rw-r--r-- | meta/conf/machine/htcuniversal.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf index b307e1ad77..922c13c0f5 100644 --- a/meta/conf/machine/htcuniversal.conf +++ b/meta/conf/machine/htcuniversal.conf | |||
| @@ -12,9 +12,17 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | |||
| 12 | 12 | ||
| 13 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone" | 13 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone" |
| 14 | 14 | ||
| 15 | MACHINE_EXTRA_RDEPENDS = "acx-firmware" | ||
| 16 | |||
| 15 | MACHINE_EXTRA_RRECOMMENDS = " \ | 17 | MACHINE_EXTRA_RRECOMMENDS = " \ |
| 16 | kernel-module-htcuniversal-bt \ | 18 | kernel-module-htcuniversal-bt \ |
| 17 | kernel-module-htcuniversal-phone \ | 19 | kernel-module-htcuniversal-phone \ |
| 20 | kernel-module-i2c-pxa \ | ||
| 21 | kernel-module-htcuniversal-acx \ | ||
| 22 | kernel-module-acx \ | ||
| 18 | " | 23 | " |
| 19 | 24 | ||
| 25 | module_autoload_acx = "acx" | ||
| 26 | module_autoload_htcuniversal_acx = "htcuniversal_acx" | ||
| 27 | |||
| 20 | IMAGE_FSTYPES ?= "tar.gz" | 28 | IMAGE_FSTYPES ?= "tar.gz" |
