diff options
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 \ |