diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 13:47:55 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 13:47:55 +0000 |
commit | a03f7ad9d75d5c8edba4bd2661e8debc067e846f (patch) | |
tree | 05fe8ffd71b7f66b133c2e16717ad49b14d8785e /conf/machine/htcuniversal.conf | |
parent | f99a4d32a4152d92c296a76ea526140ecc04812e (diff) |
pocketpc-based machines: Consistently use "require" instead of "include" in confs.
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" |