summaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-08 16:11:40 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-08 16:11:40 +0000
commit71b58d810f74ace949be628c4b381371b3d7862e (patch)
tree32a91fc5ebe98ceeb0dc2238c977c0b75a6cfa75 /target/Config.in
parentff77b035d0cc88faaf02d0df63d5a0d132d69406 (diff)
added i686 support and profile for t-vision s100
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7890 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 31a4e590e..e50651272 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