summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-07-08 16:11:40 +0000
committerJohn Crispin <john@openwrt.org>2007-07-08 16:11:40 +0000
commit648cf7c524aa6e06214121cb7de77f240c4ae11a (patch)
treeefc77b5b0f46c1bab16f7b8854a32b2dceaaf22c /target/Config.in
parentbab458186d8f87465f7cfb81cbaf7af8946ca05f (diff)
downloadmtk-20170518-648cf7c524aa6e06214121cb7de77f240c4ae11a.zip
mtk-20170518-648cf7c524aa6e06214121cb7de77f240c4ae11a.tar.gz
mtk-20170518-648cf7c524aa6e06214121cb7de77f240c4ae11a.tar.bz2
added i686 support and profile for t-vision s100
SVN-Revision: 7890
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in
index 31a4e59..e506512 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