diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-04 16:08:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-04 16:08:50 +0000 |
commit | 360e9ddbf9f2f905f788a4769179225d97154e64 (patch) | |
tree | c5a23c3a662b9da3c6f09d40f56c681c67b3ff02 /conf/machine/ep93xx.conf | |
parent | 0afc9678f57e1832a0c2d995637fcc7cfa59ce2a (diff) |
ep93xx: add USE_VT = 0
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r-- | conf/machine/ep93xx.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 1fb3b2894c..040f00a6e2 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -9,6 +9,11 @@ IPKG_ARCHS = "all arm armv5te ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" +#don't try to access tty1 +USE_VT = "0" + + + #ship in rootfs: EP93XX_MODULES = "apm \ pcmcia-core \ |