diff options
-rw-r--r-- | conf/machine/mtcdt.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf index 2797803..b629f13 100644 --- a/conf/machine/mtcdt.conf +++ b/conf/machine/mtcdt.conf @@ -14,6 +14,7 @@ PREFERRED_VERSION_kernel-module-vizzini ?= "1.1" DEFAULTTUNE = "arm926ejs" TUNE_CCARGS = " -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s" TUNE_FEATURES = "arm armv5 thumb dsp arm926ejs" +ARMPKGSFX_THUMB="t" # used by sysvinit_2 SERIAL_CONSOLES = "115200;ttyS0" |