diff options
author | John Crispin <john@openwrt.org> | 2007-07-08 16:11:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-07-08 16:11:40 +0000 |
commit | 648cf7c524aa6e06214121cb7de77f240c4ae11a (patch) | |
tree | efc77b5b0f46c1bab16f7b8854a32b2dceaaf22c /target/Config.in | |
parent | bab458186d8f87465f7cfb81cbaf7af8946ca05f (diff) | |
download | upstream-648cf7c524aa6e06214121cb7de77f240c4ae11a.tar.gz upstream-648cf7c524aa6e06214121cb7de77f240c4ae11a.tar.bz2 upstream-648cf7c524aa6e06214121cb7de77f240c4ae11a.zip |
added i686 support and profile for t-vision s100
SVN-Revision: 7890
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in index 31a4e590e1..e506512726 100644 --- a/target/Config.in +++ b/target/Config.in @@ -42,7 +42,10 @@ config PROFILE_KCONFIG config i386 bool - + +config i686 + bool + config mips select BIG_ENDIAN bool @@ -99,6 +102,7 @@ config ARCH default "avr32" if avr32 default "cris" if cris default "i386" if i386 + default "i686" if i686 default "m68k" if m68k default "mips" if mips default "mipsel" if mipsel |