diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2005-04-27 06:37:14 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2005-04-27 06:37:14 +0000 |
commit | 02e2ced366c1494f9fb1f1d35c1a676c19d9729f (patch) | |
tree | eaac369c586ef25c7e83c53c411d6fb28626bf81 /conf | |
parent | 21a1926eb650ddb7082315b22a66c910265771a5 (diff) |
misc MNCI "Ramses" updates
BKrev: 426f331adYckHh2uS6JiYgHXDwusNQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openmnci.conf | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/conf/distro/openmnci.conf b/conf/distro/openmnci.conf index 64423093d7..fc1b05516c 100644 --- a/conf/distro/openmnci.conf +++ b/conf/distro/openmnci.conf @@ -1,16 +1,7 @@ INHERIT += "package_ipk" INHERIT += "debian" - -#CVSDATE = 20050107 -#CVSDATE = 20050216 -CVSDATE_ipkg-utils = 20050110 - -#ASSUME_PROVIDED = "virtual/arm-linux-gcc-2.95" -#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "ttyS0" -TARGET_FPU = "soft" +#TARGET_FPU = "" +TARGET_ARCH = "arm-linuxeabi" |