diff options
Diffstat (limited to 'conf/distro/openmnci.conf')
-rw-r--r-- | conf/distro/openmnci.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/openmnci.conf b/conf/distro/openmnci.conf index fc1b05516c..87d8e2e6b4 100644 --- a/conf/distro/openmnci.conf +++ b/conf/distro/openmnci.conf @@ -3,5 +3,6 @@ INHERIT += "debian" OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "ttyS0" -#TARGET_FPU = "" -TARGET_ARCH = "arm-linuxeabi" +TARGET_OS = "linux" +TARGET_FPU = "soft" +#TARGET_ARCH = "arm-linuxeabi" |