summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-09-21 10:40:22 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-09-21 10:40:22 +0000
commit204c1a41f6eec8ed3a2373d128b558e02beef6f2 (patch)
tree3b9aac87c721c9087c59c0e3b2502dd946541fc5
parent251f9f665f113e658478cf7441e0eb158382b74b (diff)
new default ramses configuration
BKrev: 4150051613rHzlCfGDbC6KoUAxr1Fg
-rw-r--r--conf/ramses.conf15
1 files changed, 9 insertions, 6 deletions
diff --git a/conf/ramses.conf b/conf/ramses.conf
index 9dcee89246..fecbc37567 100644
--- a/conf/ramses.conf
+++ b/conf/ramses.conf
@@ -2,18 +2,21 @@
#@NAME: M&N MNCI-RX
#@DESCRIPTION: Machine configuration for the PXA255 based M&N Solutions MNCI-RX
+include conf/openmnci.conf
+include conf/tune-xscale.conf
+
TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm xscale ${MACHINE}"
+TARGET_OS = "linux"
+IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-ramses"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral"
-BOOTSTRAP_EXTRA_RDEPENDS = "modutils-collateral"
EXTRA_IMAGECMD_jffs2 = "--pad=0x1ec0000 --eraseblock=0x40000"
-#include conf/handheld-common.conf
-include conf/tune-xscale.conf
-SERIAL_CONSOLE = "115200 ttyS0"
USE_DEVFS = "1"
GPE_MACHINE_CLASS = "smallscreen"
+
+# For sysvinit:
+USE_VT = "0"
+SERIAL_CONSOLE = "115200 tts/0"