summaryrefslogtreecommitdiff
path: root/conf/machine/h2200.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-16 14:35:49 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-16 14:35:49 +0000
commit7905194bf3b24e9d1f805e5539549c99b08f3e70 (patch)
tree305efa573f1a53d9eebd8cea85c5424de860cc06 /conf/machine/h2200.conf
parent2ee602ad04a5d5edfbe1e80486ecbe43785668b4 (diff)
parent03356f0b58aae756f4e45a505252a549cfb17af5 (diff)
merge of '593b9e6f5ea7ab1790ec54c7599baf883f22f12b'
and '748258dba4c326c803882128fbda7609d96e2709'
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r--conf/machine/h2200.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index a074eec4e9..467c0c0e81 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -6,9 +6,15 @@
# Hardware-based properties
TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa"
-include conf/machine/include/tune-xscale.conf
+
+#Compile with armv5te optimizations, incompatible with armv4(t) cpus
+require conf/machine/include/tune-xscale.conf
+
+#Set some hints for metadata
ROOT_FLASH_SIZE = "32"
GUI_MACHINE_CLASS = "smallscreen"
+
+#Set features for task-base
MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget"
# Software/package selection
@@ -25,4 +31,4 @@ module_autoload_snd-pcm-oss = "snd-pcm-oss"
SERIAL_CONSOLE = "115200 ttyS0 vt100"
USE_VT = "0"
-include conf/machine/include/LAB-settings.conf
+require conf/machine/include/LAB-settings.conf