aboutsummaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-28 18:25:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-28 18:25:14 +0000
commit556ff80527f0f825b2f1c19072668443e36b3a5c (patch)
tree24de3aa7937cf3da47acf8f1318e29efac534501 /target/Config.in
parent1bde0390cfc1b2befe28803e8caf01dffc01beba (diff)
downloadmaster-187ad058-556ff80527f0f825b2f1c19072668443e36b3a5c.tar.gz
master-187ad058-556ff80527f0f825b2f1c19072668443e36b3a5c.tar.bz2
master-187ad058-556ff80527f0f825b2f1c19072668443e36b3a5c.zip
mark uml as broken and add some cleanups (not working yet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index 8ff7bee52b..780ee421fc 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -85,6 +85,9 @@ config sparc
select BIG_ENDIAN
bool
+config x86_64
+ bool
+
config ARCH
string
default "arm" if arm
@@ -100,4 +103,5 @@ config ARCH
default "sh4" if sh4
default "sh4eb" if sh4eb
default "sparc" if sparc
+ default "x86_64" if x86_64