Changed partitioning not to use at91part.c as opposed to using
[openwrt/svn-archive/archive.git] / target / Config.in
index 8ff7bee52bb28f9ec5b11261447c9f7f57dc002e..780ee421fce4081ab11edfbff26a2dd9d8cbc40c 100644 (file)
@@ -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