diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-16 14:35:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-16 14:35:49 +0000 |
commit | 7905194bf3b24e9d1f805e5539549c99b08f3e70 (patch) | |
tree | 305efa573f1a53d9eebd8cea85c5424de860cc06 /conf/machine/htcuniversal.conf | |
parent | 2ee602ad04a5d5edfbe1e80486ecbe43785668b4 (diff) | |
parent | 03356f0b58aae756f4e45a505252a549cfb17af5 (diff) |
merge of '593b9e6f5ea7ab1790ec54c7599baf883f22f12b'
and '748258dba4c326c803882128fbda7609d96e2709'
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-rw-r--r-- | conf/machine/htcuniversal.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index d7272c9ec7..58fb5c7166 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -30,10 +30,10 @@ MACHINE_EXTRA__RRECOMMENDS = " kernel-module-nls_cp437 \ GUI_MACHINE_CLASS = "bigscreen" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -include conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.conf # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#include conf/machine/include/tune-iwmmxt.conf +#require conf/machine/include/tune-iwmmxt.conf module_autoload_acx = "acx" module_autoload_htcuniversal_acx = "htcuniversal_acx" |